Skip to content

Commit 036f1e4

Browse files
chore(main): release 8.1.0 (#259)
Co-authored-by: wadii <wadii.zaim@flagsmith.com>
1 parent c7f625e commit 036f1e4

4 files changed

Lines changed: 20 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-
{".":"8.0.2"}
1+
{".":"8.1.0"}

CHANGELOG.md

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

3+
## [8.1.0](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.0.2...v8.1.0) (2026-04-20)
4+
5+
6+
### Bug Fixes
7+
8+
* include-identity-traits-in-cache-key ([#262](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/262)) ([1526afc](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/1526afc68c69608efb4df6ec7ce2a7b9713d2693))
9+
10+
11+
### Other
12+
13+
* **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))
14+
* **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))
15+
* **deps:** bump picomatch ([#258](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/258)) ([a84227b](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/a84227b26ef26f08cd20de62c6fd4eaedb4fa77b))
16+
* **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))
17+
* release 8.1.0 ([#263](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/263)) ([c7f625e](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/c7f625e859c4d5c6b3ef85558201500cd6e9b5cf))
18+
319
## [8.0.2](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.0.1...v8.0.2) (2026-03-19)
420

521

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": "8.0.2",
3+
"version": "8.1.0",
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)