Skip to content

Commit dc20136

Browse files
authored
chore(main): release 9.0.1 (#284)
1 parent 48e57c1 commit dc20136

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"9.0.0"}
1+
{".":"9.0.1"}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [9.0.1](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v9.0.0...v9.0.1) (2026-08-28)
4+
5+
6+
### CI
7+
8+
* 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))
9+
10+
11+
### Dependency Updates
12+
13+
* 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))
14+
15+
16+
### Other
17+
18+
* **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))
19+
* **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))
20+
* **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))
21+
322
## [9.0.0](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.1.2...v9.0.0) (2026-07-08)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flagsmith/nodejs",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"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.",
55
"main": "./build/cjs/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)