From 406e017e792cf4f249e396c67a56ff4982b0c8c7 Mon Sep 17 00:00:00 2001 From: Vivienne Date: Thu, 23 Apr 2026 10:34:48 +0200 Subject: [PATCH 1/2] chore: release 0.2.3 --- .cz.yaml | 2 +- CHANGELOG.md | 2 ++ package.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 9dadfb3..de5ef13 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f80e77..56fb875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b608e84..36b7017 100644 --- a/package.json +++ b/package.json @@ -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", @@ -53,4 +53,4 @@ "vite-plugin-checker": "^0.11.0", "vitest": "4.0.8" } -} +} \ No newline at end of file From 2f8a900b77252d6677dfe6aa12764288c555fc76 Mon Sep 17 00:00:00 2001 From: Vivienne Date: Thu, 23 Apr 2026 10:36:17 +0200 Subject: [PATCH 2/2] fmt --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36b7017..43e8434 100644 --- a/package.json +++ b/package.json @@ -53,4 +53,4 @@ "vite-plugin-checker": "^0.11.0", "vitest": "4.0.8" } -} \ No newline at end of file +}