Skip to content

Commit

Permalink
chore(main): release nestjs-sdk 0.1.3-experimental
Browse files Browse the repository at this point in the history
Signed-off-by: OpenFeature Bot <[email protected]>
  • Loading branch information
openfeaturebot committed Mar 12, 2024
1 parent 4191a02 commit 32f38dd
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.1.2-experimental",
"packages/nest": "0.1.3-experimental",
"packages/react": "0.2.2-experimental",
"packages/client": "0.4.15",
"packages/server": "1.13.1",
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.1.3-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.1.2-experimental...nestjs-sdk-v0.1.3-experimental) (2024-03-12)


### 📚 Documentation

* remove duplicate npm install section ([fd0fcfc](https://github.com/open-feature/js-sdk/commit/fd0fcfcfc815803a967e971b7e575c24e46c93bc))


### Dependencies

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

## [0.1.2-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.1.1-experimental...nestjs-sdk-v0.1.2-experimental) (2024-03-06)


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.7.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.1.2-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.2-experimental&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.1.3-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.3-experimental&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.1.2-experimental",
"version": "0.1.3-experimental",
"description": "OpenFeature Nest.js SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -56,7 +56,7 @@
"@nestjs/platform-express": "^10.2.10",
"@nestjs/testing": "^10.2.10",
"@openfeature/core": "*",
"@openfeature/server-sdk": "*",
"@openfeature/server-sdk": "1.13.2",
"@types/supertest": "^6.0.0",
"supertest": "^6.3.3"
}
Expand Down

0 comments on commit 32f38dd

Please sign in to comment.