From 284dcf8807bf9233e2a3baede51096f29b476c43 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:15:56 +0100 Subject: [PATCH] chore(main): release 9.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee1288..7a764cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.0.0"} +{".":"9.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ca1d8..8b44a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [9.0.1](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v9.0.0...v9.0.1) (2026-08-28) + + +### CI + +* track engine-test-data semver tags via Renovate ([#283](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/283)) ([49849f1](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/49849f1f0b147ee7564f448b2e7a5bdb2b47112d)) + + +### Dependency Updates + +* Patch vite and brace-expansion advisories ([#291](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/291)) ([48e57c1](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/48e57c11fda4478d4a0708526127f6adea879bb5)) + + +### Other + +* **deps-dev:** bump js-yaml from 4.2.0 to 4.3.1 ([#289](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/289)) ([17f2da9](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/17f2da980ac145cb10628bd971ed028a0187d4ee)) +* **deps-dev:** bump postcss from 8.5.15 to 8.5.26 ([#290](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/290)) ([21b80a4](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/21b80a4fe55ebf02c96841a7add81f0803f7e880)) +* **deps-dev:** bump undici from 6.27.0 to 6.28.0 ([#288](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/288)) ([ebf292f](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/ebf292fc97b63449bdd5cb7a23d72eef9d77bc86)) + ## [9.0.0](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.1.2...v9.0.0) (2026-07-08) diff --git a/package-lock.json b/package-lock.json index e8d349d..67dc497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flagsmith/nodejs", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@flagsmith/nodejs", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { "jsonpath-plus": "^10.4.0", diff --git a/package.json b/package.json index ed60d2b..5ead7c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flagsmith/nodejs", - "version": "9.0.0", + "version": "9.0.1", "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",