Skip to content

Commit 04139af

Browse files
chore(main): release server-sdk 1.19.0 (#1181)
🤖 I have created a release *beep* *boop* --- ## [1.19.0](server-sdk-v1.18.0...server-sdk-v1.19.0) (2025-08-14) ### ✨ New Features * add evaluation-scoped hook data ([#1216](#1216)) ([07af3a9](07af3a9)) ### 🐛 Bug Fixes * update core dep ([#1228](#1228)) ([845d24c](845d24c)) ### 🧹 Chore * update node to v20+ ([#1203](#1203)) ([1f33453](1f33453)) ### 📚 Documentation * Clarify the behavior of setProviderAndWait ([#1180](#1180)) ([4fe8d87](4fe8d87)) --- 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 <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent 1e330a2 commit 04139af

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.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.0.0",
44
"packages/web": "1.6.1",
5-
"packages/server": "1.18.0",
5+
"packages/server": "1.19.0",
66
"packages/shared": "1.9.0",
77
"packages/angular/projects/angular-sdk": "0.0.16"
88
}

packages/server/CHANGELOG.md

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

3+
## [1.19.0](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.18.0...server-sdk-v1.19.0) (2025-08-14)
4+
5+
6+
### ✨ New Features
7+
8+
* add evaluation-scoped hook data ([#1216](https://github.com/open-feature/js-sdk/issues/1216)) ([07af3a9](https://github.com/open-feature/js-sdk/commit/07af3a9eda895e9edb24c7ee1e3c1c4f16e17431))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* update core dep ([#1228](https://github.com/open-feature/js-sdk/issues/1228)) ([845d24c](https://github.com/open-feature/js-sdk/commit/845d24c5fecc80de3080e49fde839f08ecac6b33))
14+
15+
16+
### 🧹 Chore
17+
18+
* update node to v20+ ([#1203](https://github.com/open-feature/js-sdk/issues/1203)) ([1f33453](https://github.com/open-feature/js-sdk/commit/1f33453c23df0763cbf0d0b44db8d91216377009))
19+
20+
21+
### 📚 Documentation
22+
23+
* Clarify the behavior of setProviderAndWait ([#1180](https://github.com/open-feature/js-sdk/issues/1180)) ([4fe8d87](https://github.com/open-feature/js-sdk/commit/4fe8d87a2e5df2cbd4086cc4f4a380e8857ed8ba))
24+
325
## [1.18.0](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.17.1...server-sdk-v1.18.0) (2025-04-11)
426

527

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.18.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.18.0&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.19.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.19.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/server-sdk",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "OpenFeature SDK for JavaScript",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)