Skip to content

Commit 5ecc05a

Browse files
chore: release v0.0.3 (#13)
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
1 parent 8b6975f commit 5ecc05a

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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-
".": "0.0.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

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

3+
## [0.0.3](https://github.com/bucketeer-io/openfeature-js-client-sdk/compare/v0.0.2...v0.0.3) (2025-11-19)
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+
### Build System
21+
22+
* **deps:** update @bucketeer/js-client-sdk peer dependency range ([#12](https://github.com/bucketeer-io/openfeature-js-client-sdk/issues/12)) ([8b6975f](https://github.com/bucketeer-io/openfeature-js-client-sdk/commit/8b6975f4c75202db969e59a4b797d4cc5827dd72))
23+
324
## [0.0.2](https://github.com/bucketeer-io/openfeature-js-client-sdk/compare/v0.0.1...v0.0.2) (2025-11-18)
425

526

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

0 commit comments

Comments
 (0)