diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7e6584..b065bd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"8.1.1"} +{".":"8.1.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index be717c8..7671d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.1.2](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.1.1...v8.1.2) (2026-06-26) + + +### Other + +* **deps-dev:** bump undici from 6.24.0 to 6.27.0 ([#275](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/275)) ([a7682af](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/a7682af343c06c8ca333210ece7f347935b994e8)) + ## [8.1.1](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.1.0...v8.1.1) (2026-06-25) diff --git a/package-lock.json b/package-lock.json index f261c3f..639a5f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flagsmith-nodejs", - "version": "8.1.1", + "version": "8.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flagsmith-nodejs", - "version": "8.1.1", + "version": "8.1.2", "license": "MIT", "dependencies": { "jsonpath-plus": "^10.4.0", diff --git a/package.json b/package.json index 4ac1b90..f7511b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flagsmith-nodejs", - "version": "8.1.1", + "version": "8.1.2", "description": "Flagsmith lets you manage features flags and remote config across web, mobile and server side applications. Deliver true Continuous Integration. Get builds out faster. Control who has access to new features.", "main": "./build/cjs/index.js", "type": "module",