Skip to content

Commit b1ccc43

Browse files
chore: release 0.2.2 (#42)
After merging this PR, tag the merge commit with: ```shell git tag 0.2.2 git push origin 0.2.2 ``` Co-authored-by: nathanosdev <[email protected]>
1 parent cbd8461 commit b1ccc43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 0.2.1
5+
version: 0.2.2
66
version_files:
77
- package.json:version

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.2.2 (2025-06-17)
22

33
### Fix
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/cbor",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A small implementation of Concise Binary Object Representation (CBOR) in pure JavaScript.",
55
"author": "DFINITY Stiftung",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)