diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6119d06..a4c4e39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"8.0.2"} +{".":"8.0.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c849dd7..161b590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [8.0.3](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.0.2...v8.0.3) (2026-04-06) + + +### Other + +* **deps-dev:** bump lodash from 4.17.21 to 4.18.1 ([#260](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/260)) ([9c2e12c](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/9c2e12cb122da8202bfe317634505bf00ee3c3c8)) +* **deps-dev:** bump undici from 6.21.2 to 6.24.0 ([#251](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/251)) ([4edd7a9](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/4edd7a9f02f5020472761dde77f1d0dfcd057156)) +* **deps:** bump picomatch ([#258](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/258)) ([a84227b](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/a84227b26ef26f08cd20de62c6fd4eaedb4fa77b)) +* **deps:** bump rollup from 4.34.6 to 4.59.0 ([#249](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/249)) ([90d3a0e](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/90d3a0e0b1fbdcfd8d27a4ebddc860fd745ebd2a)) + ## [8.0.2](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.0.1...v8.0.2) (2026-03-19) diff --git a/package-lock.json b/package-lock.json index 021addd..d07ca20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flagsmith-nodejs", - "version": "8.0.2", + "version": "8.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flagsmith-nodejs", - "version": "8.0.2", + "version": "8.0.3", "license": "MIT", "dependencies": { "jsonpath-plus": "^10.4.0", diff --git a/package.json b/package.json index 0d189c0..ede7281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flagsmith-nodejs", - "version": "8.0.2", + "version": "8.0.3", "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",