Skip to content

Commit b243ded

Browse files
chore(main): release nestjs-sdk 0.0.2-experimental (#726)
🤖 I have created a release *beep* *boop* --- ## [0.0.2-experimental](nestjs-sdk-v0.0.1-experimental...nestjs-sdk-v0.0.2-experimental) (2023-12-13) ### ✨ New Features * implement draft for a Nest.js SDK ([#718](#718)) ([ef874e0](ef874e0)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @openfeature/core bumped from * to 0.0.21 * @openfeature/server-sdk bumped from * to 1.8.0 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent ef874e0 commit b243ded

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
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.0.1-experimental",
2+
"packages/nest": "0.0.2-experimental",
33
"packages/react": "0.0.5-experimental",
44
"packages/client": "0.4.8",
55
"packages/server": "1.7.5",

packages/nest/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.0.2-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.0.1-experimental...nestjs-sdk-v0.0.2-experimental) (2023-12-13)
4+
5+
6+
### ✨ New Features
7+
8+
* implement draft for a Nest.js SDK ([#718](https://github.com/open-feature/js-sdk/issues/718)) ([ef874e0](https://github.com/open-feature/js-sdk/commit/ef874e0365bdd96a7baf0447103554ff6176f28e))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @openfeature/core bumped from * to 0.0.21
16+
* @openfeature/server-sdk bumped from * to 1.8.0

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.0.1-experimental",
3+
"version": "0.0.2-experimental",
44
"description": "OpenFeature Nest.js SDK",
55
"main": "./dist/cjs/index.js",
66
"files": [

0 commit comments

Comments
 (0)