Skip to content

Commit f72cdfb

Browse files
chore: release v2.4.0 (#256)
1 parent 9c4b6e5 commit f72cdfb

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-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.3.1"
2+
".": "2.4.0"
33
}

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.3.1...v2.4.0) (2025-10-22)
4+
5+
6+
### Features
7+
8+
* add auto page lifecycle for flushing events to prevent data loss ([#271](https://github.com/bucketeer-io/javascript-client-sdk/issues/271)) ([9c4b6e5](https://github.com/bucketeer-io/javascript-client-sdk/commit/9c4b6e550d488c755eeeb639b2b5cc9b3f52fd92))
9+
10+
11+
### Bug Fixes
12+
13+
* cache is not being updated after the second poll in some cases ([#268](https://github.com/bucketeer-io/javascript-client-sdk/issues/268)) ([a190e12](https://github.com/bucketeer-io/javascript-client-sdk/commit/a190e126166bc088d121f0c1f1a79ea841481e0d))
14+
15+
16+
### Miscellaneous
17+
18+
* auto retry on deployment-related 499 errors ([#265](https://github.com/bucketeer-io/javascript-client-sdk/issues/265)) ([e924bff](https://github.com/bucketeer-io/javascript-client-sdk/commit/e924bffd5e35f7461fbff0f27f6e0ed185f999b6))
19+
20+
21+
### Build System
22+
23+
* bump @types/node from 22.17.0 to 22.17.2 in the build-patch group ([#253](https://github.com/bucketeer-io/javascript-client-sdk/issues/253)) ([085fc14](https://github.com/bucketeer-io/javascript-client-sdk/commit/085fc148a4b8861b69ccd5b0d0d4cb3ae2c1c90d))
24+
* bump msw from 2.10.5 to 2.11.1 in the test-dependencies group ([#254](https://github.com/bucketeer-io/javascript-client-sdk/issues/254)) ([5013dff](https://github.com/bucketeer-io/javascript-client-sdk/commit/5013dff8dfa8781d49622be67c0d5d0498d9834c))
25+
* bump the build-minor group with 4 updates ([#255](https://github.com/bucketeer-io/javascript-client-sdk/issues/255)) ([a53b5b5](https://github.com/bucketeer-io/javascript-client-sdk/commit/a53b5b5d0238fc6de756a2e4ced93da35bd473fd))
26+
* bump the test-dependencies group with 2 updates ([#260](https://github.com/bucketeer-io/javascript-client-sdk/issues/260)) ([a5bae13](https://github.com/bucketeer-io/javascript-client-sdk/commit/a5bae13642dd55b34c845cbfc71d922b5724d707))
27+
* bump the test-dependencies group with 3 updates ([#267](https://github.com/bucketeer-io/javascript-client-sdk/issues/267)) ([240da3a](https://github.com/bucketeer-io/javascript-client-sdk/commit/240da3a5d3e15cddd7bca50a0e6d8e5fc6d63410))
28+
* **deps-dev:** bump the build-patch group with 2 updates ([#246](https://github.com/bucketeer-io/javascript-client-sdk/issues/246)) ([679dd83](https://github.com/bucketeer-io/javascript-client-sdk/commit/679dd83388937a7cd6c1023252c5ead6bfa6e834))
29+
* **deps-dev:** bump the test-dependencies group with 2 updates ([#245](https://github.com/bucketeer-io/javascript-client-sdk/issues/245)) ([f0c2bf7](https://github.com/bucketeer-io/javascript-client-sdk/commit/f0c2bf7e96533e06ac5e68dc09ab28e8f54067ab))
30+
331
## [2.3.1](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.3.0...v2.3.1) (2025-08-07)
432

533
### Bug Fixes

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

0 commit comments

Comments
 (0)