Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
version: 0.2.2
version: 0.2.3
version_files:
- package.json:version
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.2.3 (2026-04-23)

### Fix

- fix encoder buffer overflow when a map value fills the initial 2 KB buffer exactly (#59)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfinity/cbor",
"version": "0.2.2",
"version": "0.2.3",
"description": "A small implementation of Concise Binary Object Representation (CBOR) in pure JavaScript.",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,4 +53,4 @@
"vite-plugin-checker": "^0.11.0",
"vitest": "4.0.8"
}
}
}
Loading