diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b065bd9..0ee1288 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"8.1.2"} +{".":"9.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index edd527f..21ca1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [9.0.0](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.1.2...v9.0.0) (2026-07-08) + + +### ⚠ BREAKING CHANGES + +* migrate npm package to @flagsmith organization scope ([#270](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/270)) + +### Features + +* migrate npm package to [@flagsmith](https://github.com/flagsmith) organization scope ([#270](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/270)) ([29ffeb1](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/29ffeb18be4ebeef3c568dc0e4761971024efcb0)) + ## [8.1.2](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.1.1...v8.1.2) (2026-07-08) diff --git a/package-lock.json b/package-lock.json index 6046667..a93fca2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flagsmith/nodejs", - "version": "8.1.2", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@flagsmith/nodejs", - "version": "8.1.2", + "version": "9.0.0", "license": "MIT", "dependencies": { "jsonpath-plus": "^10.4.0", diff --git a/package.json b/package.json index 4418f1a..37d5668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flagsmith/nodejs", - "version": "8.1.2", + "version": "9.0.0", "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",