Skip to content

Commit 195f39a

Browse files
chore(main): release server-sdk 1.21.0 (#1353)
🤖 I have created a release *beep* *boop* --- ## [1.21.0](server-sdk-v1.20.2...server-sdk-v1.21.0) (2026-04-21) ### ✨ New Features * add "sideEffects": false to package.json files for all packages ([#1343](#1343)) ([d8e968e](d8e968e)) * support type-safe flag keys via module augmentation ([#1349](#1349)) ([fb2ed4a](fb2ed4a)) * support type-safe variant values for InMemoryProvider ([#1356](#1356)) ([431f899](431f899)) ### 🧹 Chore * replace test-harness submodule with spec submodule ([#1359](#1359)) ([7924205](7924205)) ### 📚 Documentation * fix inaccuracies in package READMEs ([#1378](#1378)) ([ecd3759](ecd3759)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 2f5dbd6 commit 195f39a

4 files changed

Lines changed: 24 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/nest": "0.2.5",
33
"packages/react": "1.2.1",
44
"packages/web": "1.8.0",
5-
"packages/server": "1.20.2",
5+
"packages/server": "1.21.0",
66
"packages/shared": "1.10.0",
77
"packages/angular/projects/angular-sdk": "1.1.0"
88
}

packages/server/CHANGELOG.md

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

3+
## [1.21.0](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.20.2...server-sdk-v1.21.0) (2026-04-21)
4+
5+
6+
### ✨ New Features
7+
8+
* add "sideEffects": false to package.json files for all packages ([#1343](https://github.com/open-feature/js-sdk/issues/1343)) ([d8e968e](https://github.com/open-feature/js-sdk/commit/d8e968ed2513fe986a6500895f3399303a2f0b96))
9+
* support type-safe flag keys via module augmentation ([#1349](https://github.com/open-feature/js-sdk/issues/1349)) ([fb2ed4a](https://github.com/open-feature/js-sdk/commit/fb2ed4a7d64d9b8437975a0ef6cb4fe6a12dd671))
10+
* support type-safe variant values for InMemoryProvider ([#1356](https://github.com/open-feature/js-sdk/issues/1356)) ([431f899](https://github.com/open-feature/js-sdk/commit/431f899191a2f7693fea9fab40f7cfb1f22f61f8))
11+
12+
13+
### 🧹 Chore
14+
15+
* replace test-harness submodule with spec submodule ([#1359](https://github.com/open-feature/js-sdk/issues/1359)) ([7924205](https://github.com/open-feature/js-sdk/commit/7924205b8b1ba6f4b25d27d45541c87c14d89737))
16+
17+
18+
### 📚 Documentation
19+
20+
* fix inaccuracies in package READMEs ([#1378](https://github.com/open-feature/js-sdk/issues/1378)) ([ecd3759](https://github.com/open-feature/js-sdk/commit/ecd375979e3188c0f94dfec94a1487c61388965e))
21+
322
## [1.20.2](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.20.1...server-sdk-v1.20.2) (2026-02-18)
423

524

packages/server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.20.2">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.20.2&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.21.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.21.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/server-sdk",
3-
"version": "1.20.2",
3+
"version": "1.21.0",
44
"description": "OpenFeature SDK for JavaScript",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -48,7 +48,7 @@
4848
"node": ">=20"
4949
},
5050
"peerDependencies": {
51-
"@openfeature/core": "^1.9.2"
51+
"@openfeature/core": "^1.10.0"
5252
},
5353
"devDependencies": {
5454
"@openfeature/core": "^1.9.2"

0 commit comments

Comments
 (0)