diff --git a/.cz.yaml b/.cz.yaml index ef86958..9dadfb3 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -2,6 +2,6 @@ commitizen: name: cz_conventional_commits tag_format: $version - version: 0.2.1 + version: 0.2.2 version_files: - package.json:version diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9db59..b1c62f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 0.2.2 (2025-06-17) ### Fix diff --git a/package.json b/package.json index 8e9217f..39ce705 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/cbor", - "version": "0.2.1", + "version": "0.2.2", "description": "A small implementation of Concise Binary Object Representation (CBOR) in pure JavaScript.", "author": "DFINITY Stiftung", "license": "Apache-2.0",