From 8229fe7aab46caa275aad5136e6a1c1c3a069316 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Oct 2024 05:31:59 +0000 Subject: [PATCH] chore(release): 4.2.5 [skip ci] ## [4.2.5](https://github.com/rvagg/cborg/compare/v4.2.4...v4.2.5) (2024-10-25) ### Trivial Changes * **ci:** bump Node.js test versions ([6082d02](https://github.com/rvagg/cborg/commit/6082d0207a49129cfd95f34213557495acb36da5)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f4243..37d4c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.5](https://github.com/rvagg/cborg/compare/v4.2.4...v4.2.5) (2024-10-25) + +### Trivial Changes + +* **ci:** bump Node.js test versions ([6082d02](https://github.com/rvagg/cborg/commit/6082d0207a49129cfd95f34213557495acb36da5)) + ## [4.2.4](https://github.com/rvagg/cborg/compare/v4.2.3...v4.2.4) (2024-09-25) ### Trivial Changes diff --git a/package.json b/package.json index fee5aba..95adb3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cborg", - "version": "4.2.4", + "version": "4.2.5", "description": "Fast CBOR with a focus on strictness", "main": "cborg.js", "type": "module",