Skip to content

Commit

Permalink
chore(main): release nestjs-sdk 0.2.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 29, 2024
1 parent fe3ad8e commit 9cb7fd3
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
@@ -1,5 +1,5 @@
{
"packages/nest": "0.2.1-experimental",
"packages/nest": "0.2.2",
"packages/react": "0.4.6",
"packages/angular": "0.0.1-experimental",
"packages/web": "1.2.4",
Expand Down
14 changes: 14 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.2](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.1-experimental...nestjs-sdk-v0.2.2) (2024-10-29)


### 🧹 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/server-sdk bumped from * to 1.16.0

## [0.2.1-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.2.0-experimental...nestjs-sdk-v0.2.1-experimental) (2024-06-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/nest/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/nestjs-sdk-v0.2.1-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.1-experimental&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.2">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.2&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/nestjs-sdk",
"version": "0.2.1-experimental",
"version": "0.2.2",
"description": "OpenFeature Nest.js SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"@nestjs/platform-express": "^10.3.6",
"@nestjs/testing": "^10.3.6",
"@openfeature/core": "*",
"@openfeature/server-sdk": "*",
"@openfeature/server-sdk": "1.16.0",
"@types/supertest": "^6.0.0",
"supertest": "^7.0.0"
}
Expand Down

0 comments on commit 9cb7fd3

Please sign in to comment.