Skip to content

Commit 4338bc5

Browse files
committed
chore: release v2.2.6
1 parent d44082a commit 4338bc5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.2.6"
33
}

CHANGELOG.md

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

3+
## [2.2.6](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.5...v2.2.6) (2025-07-31)
4+
5+
6+
### Miscellaneous
7+
8+
* 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))
9+
10+
11+
### Build System
12+
13+
* **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))
14+
315
## [2.2.5](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.4...v2.2.5) (2025-06-17)
416

517

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.2.6",
88
"type": "module",
99
"files": [
1010
"dist",

0 commit comments

Comments
 (0)