From 4f278731d8854c7bf5f4ec40af87d66f027eb688 Mon Sep 17 00:00:00 2001 From: Bucketeer <35795358+bucketeer-bot@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:56:27 +0900 Subject: [PATCH] chore: release v2.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f90529a2..9965a341 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.5" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 110e2c6f..8fe429c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.3.0](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.5...v2.3.0) (2025-07-31) + + +### Features + +* support for the React Native environment ([#223](https://github.com/bucketeer-io/javascript-client-sdk/issues/223)) ([9825060](https://github.com/bucketeer-io/javascript-client-sdk/commit/98250609322901f6201569da0d07f304d2f93dec)) + + +### Miscellaneous + +* change BTKStorage interface to be async ([#226](https://github.com/bucketeer-io/javascript-client-sdk/issues/226)) ([d44082a](https://github.com/bucketeer-io/javascript-client-sdk/commit/d44082a1e22dbcf2d50842284a3b9ae08b23c099)) + + +### Build System + +* **deps:** lock file maintenance ([#225](https://github.com/bucketeer-io/javascript-client-sdk/issues/225)) ([6755cff](https://github.com/bucketeer-io/javascript-client-sdk/commit/6755cffa90e25f508f73759369c419888b185530)) +* **deps:** update all major dependencies ([#229](https://github.com/bucketeer-io/javascript-client-sdk/issues/229)) ([8dabc5e](https://github.com/bucketeer-io/javascript-client-sdk/commit/8dabc5e285b71a0be68f9be0f362380baa5ca1b1)) +* **deps:** update all non-major dependencies ([#227](https://github.com/bucketeer-io/javascript-client-sdk/issues/227)) ([dd279b1](https://github.com/bucketeer-io/javascript-client-sdk/commit/dd279b17c0b0be7295e1a61893c10edecbcfaa0b)) + ## [2.2.5](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.4...v2.2.5) (2025-06-17) diff --git a/package.json b/package.json index c9ca9b1d..3392e7af 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.5", + "version": "2.3.0", "type": "module", "files": [ "dist",