Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Nov 7, 2024
1 parent 6f1c0b3 commit 908b4a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.2",
"packages/nest": "0.2.3",
"packages/react": "0.4.8",
"packages/angular": "0.0.1-experimental",
"packages/web": "1.3.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @openfeature/server-sdk bumped from * to 1.16.2

## [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)


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.2",
"version": "0.2.3",
"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.2",
"@types/supertest": "^6.0.0",
"supertest": "^7.0.0"
}
Expand Down

0 comments on commit 908b4a5

Please sign in to comment.