Skip to content

Commit 1e5bdbf

Browse files
chore(main): release server-sdk 1.18.1
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 3e6bcae commit 1e5bdbf

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
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.5.0",
5-
"packages/server": "1.18.0",
5+
"packages/server": "1.18.1",
66
"packages/shared": "1.8.0",
77
"packages/angular/projects/angular-sdk": "0.0.15"
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.18.1](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.18.0...server-sdk-v1.18.1) (2025-06-03)
4+
5+
6+
### 🧹 Chore
7+
8+
* update node to v20+ ([#1203](https://github.com/open-feature/js-sdk/issues/1203)) ([1f33453](https://github.com/open-feature/js-sdk/commit/1f33453c23df0763cbf0d0b44db8d91216377009))
9+
10+
11+
### 📚 Documentation
12+
13+
* 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))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* devDependencies
20+
* @openfeature/core bumped from ^1.7.0 to ^1.8.1
21+
322
## [1.18.0](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.17.1...server-sdk-v1.18.0) (2025-04-11)
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.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.18.1">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.18.1&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.18.0",
3+
"version": "1.18.1",
44
"description": "OpenFeature SDK for JavaScript",
55
"main": "./dist/cjs/index.js",
66
"files": [
@@ -51,6 +51,6 @@
5151
"@openfeature/core": "^1.7.0"
5252
},
5353
"devDependencies": {
54-
"@openfeature/core": "^1.7.0"
54+
"@openfeature/core": "^1.8.1"
5555
}
5656
}

0 commit comments

Comments
 (0)