Skip to content

Commit b3a7352

Browse files
committed
chore(main): release 8.1.1
1 parent d5e1a6f commit b3a7352

4 files changed

Lines changed: 21 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.1.0"}
1+
{".":"8.1.1"}

CHANGELOG.md

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

3+
## [8.1.1](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.1.0...v8.1.1) (2026-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* respect rule type for sub-rules in segment evaluation ([#266](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/266)) ([468c2b5](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/468c2b57f44edcd7a735859b6ce6d23436ac9c5a))
9+
10+
11+
### CI
12+
13+
* setup Renovate for engine-test-data tracking ([#264](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/264)) ([8743f06](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/8743f06437954283ba29be962bab6a4a2883d659))
14+
15+
16+
### Other
17+
18+
* **deps:** bump postcss from 8.5.1 to 8.5.15 ([#269](https://github.com/Flagsmith/flagsmith-nodejs-client/issues/269)) ([d5e1a6f](https://github.com/Flagsmith/flagsmith-nodejs-client/commit/d5e1a6fbfc7fd0d48a0ce81c0c9bee57cb7e7cd6))
19+
320
## [8.1.0](https://github.com/Flagsmith/flagsmith-nodejs-client/compare/v8.0.2...v8.1.0) (2026-04-20)
421

522

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.1.0",
3+
"version": "8.1.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)