chore(main): release server-sdk 1.17.1 (#1133)
🤖 I have created a release *beep* *boop* --- ## [1.17.1](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.17.0...server-sdk-v1.17.1) (2025-02-07) ### 🐛 Bug Fixes * msg missing when providers return err resolutions ([#1134](https://github.com/open-feature/js-sdk/issues/1134)) ([bc9f6e4](bc9f6e44da)) ### 🧹 Chore * update core peer ([8bbd43e](8bbd43e579)) ### 📚 Documentation * fix eval context link ([#1132](https://github.com/open-feature/js-sdk/issues/1132)) ([f6bc695](f6bc6951a3)) --- 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>
This commit is contained in:
parent
8bbd43e579
commit
045842027c
|
|
@ -3,7 +3,7 @@
|
|||
"packages/react": "0.4.10",
|
||||
"packages/angular": "0.0.1-experimental",
|
||||
"packages/web": "1.4.0",
|
||||
"packages/server": "1.17.0",
|
||||
"packages/server": "1.17.1",
|
||||
"packages/shared": "1.7.0",
|
||||
"packages/angular/projects/angular-sdk": "0.0.9-experimental"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
## [1.17.1](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.17.0...server-sdk-v1.17.1) (2025-02-07)
|
||||
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
* msg missing when providers return err resolutions ([#1134](https://github.com/open-feature/js-sdk/issues/1134)) ([bc9f6e4](https://github.com/open-feature/js-sdk/commit/bc9f6e44da3f1c0a66659aee2d0316629ac34fbf))
|
||||
|
||||
|
||||
### 🧹 Chore
|
||||
|
||||
* update core peer ([8bbd43e](https://github.com/open-feature/js-sdk/commit/8bbd43e579a0c2e0c5b7eec00f94bbcffce04773))
|
||||
|
||||
|
||||
### 📚 Documentation
|
||||
|
||||
* fix eval context link ([#1132](https://github.com/open-feature/js-sdk/issues/1132)) ([f6bc695](https://github.com/open-feature/js-sdk/commit/f6bc6951a32fbbed9b35c1bdfd023b02874b87a1))
|
||||
|
||||
## [1.17.0](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.16.2...server-sdk-v1.17.0) (2024-12-18)
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
|
||||
</a>
|
||||
<!-- x-release-please-start-version -->
|
||||
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.17.0">
|
||||
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.17.0&color=blue&style=for-the-badge" />
|
||||
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.17.1">
|
||||
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.17.1&color=blue&style=for-the-badge" />
|
||||
</a>
|
||||
<!-- x-release-please-end -->
|
||||
<br/>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openfeature/server-sdk",
|
||||
"version": "1.17.0",
|
||||
"version": "1.17.1",
|
||||
"description": "OpenFeature SDK for JavaScript",
|
||||
"main": "./dist/cjs/index.js",
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue