Skip to content

Commit

Permalink
chore(main): release server-sdk 1.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Oct 22, 2024
1 parent c15b7e5 commit dfb716d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/react": "0.4.6",
"packages/angular": "0.0.1-experimental",
"packages/web": "1.2.4",
"packages/server": "1.15.1",
"packages/server": "1.15.2",
"packages/shared": "1.4.0",
"packages/angular/projects/angular-sdk": "0.0.5-experimental"
}
14 changes: 14 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.15.2](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.15.1...server-sdk-v1.15.2) (2024-10-22)


### 🧹 Chore

* import type lint rule and fixes ([#1039](https://github.com/open-feature/js-sdk/issues/1039)) ([01fcb93](https://github.com/open-feature/js-sdk/commit/01fcb933d2cbd131a0f4a005173cdd1906087e18))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/core bumped from 1.4.0 to 1.4.1

## [1.15.1](https://github.com/open-feature/js-sdk/compare/server-sdk-v1.15.0...server-sdk-v1.15.1) (2024-08-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.1">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.1&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/server-sdk-v1.15.2">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.2&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/server-sdk",
"version": "1.15.1",
"version": "1.15.2",
"description": "OpenFeature SDK for JavaScript",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -52,6 +52,6 @@
"@openfeature/core": "1.4.0"
},
"devDependencies": {
"@openfeature/core": "1.4.0"
"@openfeature/core": "1.4.1"
}
}

0 comments on commit dfb716d

Please sign in to comment.