Skip to content

Commit 2c9dde4

Browse files
authored
chore(main): release 12.1.1 (#408)
1 parent 9c4533c commit 2c9dde4

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [12.1.1](https://github.com/Flagsmith/flagsmith-js-client/compare/v12.1.0...v12.1.1) (2026-07-23)
4+
5+
6+
### Bug Fixes
7+
8+
* skip exposure events when no identifier resolves ([#407](https://github.com/Flagsmith/flagsmith-js-client/issues/407)) ([9c4533c](https://github.com/Flagsmith/flagsmith-js-client/commit/9c4533c441fc06f5f6f0803578e77578ce045b9a))
9+
310
## [12.1.0](https://github.com/Flagsmith/flagsmith-js-client/compare/v12.0.1...v12.1.0) (2026-06-29)
411

512

lib/flagsmith/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.

lib/flagsmith/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flagsmith/flagsmith",
3-
"version": "12.1.0",
3+
"version": "12.1.1",
44
"description": "Feature flagging to support continuous development",
55
"main": "./index.js",
66
"module": "./index.mjs",

lib/react-native-flagsmith/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.

lib/react-native-flagsmith/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flagsmith/react-native",
3-
"version": "12.1.0",
3+
"version": "12.1.1",
44
"description": "Feature flagging to support continuous development",
55
"main": "./index.js",
66
"repository": {

0 commit comments

Comments
 (0)