Skip to content

Commit d202994

Browse files
chore(main): release nestjs-sdk 0.2.0-experimental (#951)
1 parent a531238 commit d202994

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/nest": "0.1.5-experimental",
2+
"packages/nest": "0.2.0-experimental",
33
"packages/react": "0.4.0",
44
"packages/client": "1.1.0",
55
"packages/server": "1.14.0",

packages/nest/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.0-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.1.5-experimental...nestjs-sdk-v0.2.0-experimental) (2024-05-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename FeatureClient decorator to OpenFeatureClient ([#949](https://github.com/open-feature/js-sdk/issues/949))
9+
10+
### ✨ New Features
11+
12+
* rename FeatureClient decorator to OpenFeatureClient ([#949](https://github.com/open-feature/js-sdk/issues/949)) ([a531238](https://github.com/open-feature/js-sdk/commit/a531238124510e6aa150ff619972f8880346507b))
13+
314
## [0.1.5-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.1.4-experimental...nestjs-sdk-v0.1.5-experimental) (2024-05-13)
415

516

packages/nest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.1.5-experimental">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.5-experimental&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.2.0-experimental">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.0-experimental&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

packages/nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/nestjs-sdk",
3-
"version": "0.1.5-experimental",
3+
"version": "0.2.0-experimental",
44
"description": "OpenFeature Nest.js SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)