Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0](v3.0.0...v4.0.0) (2023-09-12)

### ⚠ BREAKING CHANGES

* decodeFirst(), & require DecodeTokenizer to implement pos()

### Features

* add decodeFirst to json decoder ([a1bd349](a1bd349))
* decodeFirst(), & require DecodeTokenizer to implement pos() ([1b35871](1b35871))

### Bug Fixes

* make semantic-release work again ([7ab7a4e](7ab7a4e))

### Trivial Changes

* recompile types ([06133db](06133db))
  • Loading branch information
semantic-release-bot committed Sep 12, 2023
1 parent 7ab7a4e commit aff9d25
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [4.0.0](https://github.com/rvagg/cborg/compare/v3.0.0...v4.0.0) (2023-09-12)


### ⚠ BREAKING CHANGES

* decodeFirst(), & require DecodeTokenizer to implement pos()

### Features

* add decodeFirst to json decoder ([a1bd349](https://github.com/rvagg/cborg/commit/a1bd349a6eb382737716ec1fc6c1061e710358d1))
* decodeFirst(), & require DecodeTokenizer to implement pos() ([1b35871](https://github.com/rvagg/cborg/commit/1b358712d51bfd941382b6baab333722dafdada5))


### Bug Fixes

* make semantic-release work again ([7ab7a4e](https://github.com/rvagg/cborg/commit/7ab7a4eac21bfd3c98bf8836c3dccca9c56a41e4))


### Trivial Changes

* recompile types ([06133db](https://github.com/rvagg/cborg/commit/06133dbf73025b3e1af8065702d7d65ef03be407))

## [2.0.5](https://github.com/rvagg/cborg/compare/v2.0.4...v2.0.5) (2023-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cborg",
"version": "3.0.0",
"version": "4.0.0",
"description": "Fast CBOR with a focus on strictness",
"main": "cborg.js",
"type": "module",
Expand Down

0 comments on commit aff9d25

Please sign in to comment.