Skip to content

Commit 0f30a3a

Browse files
chore: release v2.3.0 (#230)
1 parent 6755cff commit 0f30a3a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.5"
2+
".": "2.3.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.5...v2.3.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Miscellaneous
12+
13+
* 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))
14+
15+
16+
### Build System
17+
18+
* **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))
19+
* **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))
20+
* **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))
21+
322
## [2.2.5](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.4...v2.2.5) (2025-06-17)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "2.2.5",
7+
"version": "2.3.0",
88
"type": "module",
99
"files": [
1010
"dist",

0 commit comments

Comments
 (0)