From fa740ec89657c7720b87aaa116d4a9cd772a9a91 Mon Sep 17 00:00:00 2001 From: Bucketeer <35795358+bucketeer-bot@users.noreply.github.com> Date: Fri, 1 May 2026 22:35:43 +0900 Subject: [PATCH] chore: release v2.6.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69e82f12..8ff2f5ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.0" + ".": "2.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d08bbac6..38bdee03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.6.1](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.6.0...v2.6.1) (2026-05-01) + + +### Bug Fixes + +* fall back when id_generator return wrong uuidv4 ([#320](https://github.com/bucketeer-io/javascript-client-sdk/issues/320)) ([b6ed405](https://github.com/bucketeer-io/javascript-client-sdk/commit/b6ed40502dce0e6216d2e70cb00807198a0ae633)) + + +### Build System + +* **deps:** bump build-minor ([#323](https://github.com/bucketeer-io/javascript-client-sdk/issues/323)) ([0ac3bdf](https://github.com/bucketeer-io/javascript-client-sdk/commit/0ac3bdf697e87af194a16d4470a338b652eeba5c)) +* **deps:** bump build-patch group to v7.3.2 [SECURITY] ([#318](https://github.com/bucketeer-io/javascript-client-sdk/issues/318)) ([94684ec](https://github.com/bucketeer-io/javascript-client-sdk/commit/94684ec75ebb42a6dfbd16acdbf6df673f0d322c)) +* **deps:** bump Node.js to v22.22.2 ([#316](https://github.com/bucketeer-io/javascript-client-sdk/issues/316)) ([f63a3c7](https://github.com/bucketeer-io/javascript-client-sdk/commit/f63a3c7416c9053f049ac24016a3e50cadd91331)) + ## [2.6.0](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.5.0...v2.6.0) (2026-03-01) diff --git a/package.json b/package.json index 5f302c1f..69f86721 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "2.6.0", + "version": "2.6.1", "type": "module", "files": [ "dist",