Skip to content

Commit

Permalink
chore(main): release nestjs-sdk 0.0.3-experimental (#747)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.0.3-experimental](nestjs-sdk-v0.0.2-experimental...nestjs-sdk-v0.0.3-experimental)
(2024-01-08)


### ✨ New Features

* context propagation for nestjs
([#736](#736))
([1fa53c9](1fa53c9))

---
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]>
  • Loading branch information
openfeaturebot authored Jan 8, 2024
1 parent 1fa53c9 commit 072d2c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.0.2-experimental",
"packages/nest": "0.0.3-experimental",
"packages/react": "0.0.5-experimental",
"packages/client": "0.4.9",
"packages/server": "1.9.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.3-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.0.2-experimental...nestjs-sdk-v0.0.3-experimental) (2024-01-08)


### ✨ New Features

* context propagation for nestjs ([#736](https://github.com/open-feature/js-sdk/issues/736)) ([1fa53c9](https://github.com/open-feature/js-sdk/commit/1fa53c9058904664b95ecf96178e414f1d70b845))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/nestjs-sdk",
"version": "0.0.2-experimental",
"version": "0.0.3-experimental",
"description": "OpenFeature Nest.js SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit 072d2c7

Please sign in to comment.