From 7f14c60136ee374dd2ba06932f7deebd23f2ee61 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:18:02 +0100 Subject: [PATCH] chore(main): release 9.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- sdk/version.ts | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d328b81..8ca9197 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.0.3"} +{".":"9.0.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a32b34a..f04c2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.4](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v9.0.3...v9.0.4) (2026-09-18) + + +### Other + +* **deps-dev:** bump js-yaml from 4.3.1 to 4.3.2 ([#298](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/298)) ([4a55b18](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/4a55b1823d456bf396507ad5c1054a74d560982d)) + ## [9.0.3](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v9.0.2...v9.0.3) (2026-09-02) diff --git a/package-lock.json b/package-lock.json index 3fb1143..7c85eaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flagsmith/nodejs", - "version": "9.0.3", + "version": "9.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@flagsmith/nodejs", - "version": "9.0.3", + "version": "9.0.4", "license": "MIT", "dependencies": { "jsonpath-plus": "^10.4.0", diff --git a/package.json b/package.json index 135504c..3c9fb19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flagsmith/nodejs", - "version": "9.0.3", + "version": "9.0.4", "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", diff --git a/sdk/version.ts b/sdk/version.ts index 85ba1ce..ffc423e 100644 --- a/sdk/version.ts +++ b/sdk/version.ts @@ -1 +1 @@ -export const SDK_VERSION = '9.0.3'; // x-release-please-version +export const SDK_VERSION = '9.0.4'; // x-release-please-version