diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 998c992..80ee601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/lovartai/flags/compare/flags-v0.0.3...flags-v0.0.4) (2026-02-06) + + +### Bug Fixes + +* graceful fallback when statsig client is not initialized ([#11](https://github.com/lovartai/flags/issues/11)) ([b64c7b2](https://github.com/lovartai/flags/commit/b64c7b2f61da6388d6c58079140131e6a537b12f)) + ## [0.0.3](https://github.com/lovartai/flags/compare/flags-v0.0.2...flags-v0.0.3) (2026-02-06) diff --git a/package.json b/package.json index a786cb5..ee763c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lovart-open/flags", - "version": "0.0.3", + "version": "0.0.4", "description": "Feature flag management with multi-layer priority system (client-side)", "type": "module", "main": "./dist/index.js",