From 9d286afc9d9cf363ab0f104e7c31770f6084f14b Mon Sep 17 00:00:00 2001 From: viviveevee <14757975+viviveevee@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:32:36 +0000 Subject: [PATCH] chore: release 0.3.0 --- .cz.yaml | 2 +- CHANGELOG.md | 5 +++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 9dadfb3..d3612ed 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.3.0 version_files: - package.json:version diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f80e77..2658c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## Unreleased +## 0.3.0 (2026-04-23) ### Fix -- fix encoder buffer overflow when a map value fills the initial 2 KB buffer exactly (#59) +- encoder out of bounds (#59) +- set environment in create_release_pr (#46) ### Refactor diff --git a/package.json b/package.json index b608e84..53e7ef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/cbor", - "version": "0.2.2", + "version": "0.3.0", "description": "A small implementation of Concise Binary Object Representation (CBOR) in pure JavaScript.", "author": "DFINITY Stiftung", "license": "Apache-2.0",