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..edd527f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [8.1.2](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.1.1...v8.1.2) (2026-07-08) + + +### Other + +* **deps-dev:** bump esbuild from 0.28.0 to 0.28.1 ([#281](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/281)) ([1f4f811](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/1f4f8114d69d52d9d18996c03aaaa081be6b9545)) +* **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)) +* **deps:** bump vite, @vitest/coverage-v8 and vitest ([#261](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/261)) ([8b43434](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/8b43434e983228ccda401d098a18fd1d2ca62527)) + ## [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 6bd04fa..f223bcb 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 4516a1b..124c776 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",