Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.0](v4.0.9...v4.1.0) (2024-02-29)

### Features

* export `Tokenizer`, document how it can be used ([fbba395](fbba395))

### Bug Fixes

* update tyupes for new exports ([986035d](986035d))
  • Loading branch information
semantic-release-bot committed Feb 29, 2024
1 parent 986035d commit 4940607
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.1.0](https://github.com/rvagg/cborg/compare/v4.0.9...v4.1.0) (2024-02-29)


### Features

* export `Tokenizer`, document how it can be used ([fbba395](https://github.com/rvagg/cborg/commit/fbba395b6848bd8dcb66a1d18c36e1033581b5ef))


### Bug Fixes

* update tyupes for new exports ([986035d](https://github.com/rvagg/cborg/commit/986035dbffbc682b06d7bfecb8d2c3cc02048429))

## [4.0.9](https://github.com/rvagg/cborg/compare/v4.0.8...v4.0.9) (2024-02-07)


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": "4.0.9",
"version": "4.1.0",
"description": "Fast CBOR with a focus on strictness",
"main": "cborg.js",
"type": "module",
Expand Down

0 comments on commit 4940607

Please sign in to comment.