Skip to content

Commit

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


##
[0.1.0-experimental](nestjs-sdk-v0.0.5-experimental...nestjs-sdk-v0.1.0-experimental)
(2024-02-25)


### ⚠ BREAKING CHANGES

* **nestjs:** add domains
([#831](#831))

### ✨ New Features

* **nestjs:** add domains
([#831](#831))
([840d7ac](840d7ac))


### 🧹 Chore

* **deps:** update dependency @types/supertest to v6
([#782](#782))
([53479d1](53479d1))

---
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]>
Co-authored-by: Lukas Reining <[email protected]>
  • Loading branch information
openfeaturebot and lukas-reining authored Feb 25, 2024
1 parent 5dbcac4 commit 5637cb2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 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.5-experimental",
"packages/nest": "0.1.0-experimental",
"packages/react": "0.1.1-experimental",
"packages/client": "0.4.13",
"packages/server": "1.12.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.0-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.0.5-experimental...nestjs-sdk-v0.1.0-experimental) (2024-02-25)


### ⚠ BREAKING CHANGES

* **nestjs:** add domains ([#831](https://github.com/open-feature/js-sdk/issues/831))

### ✨ New Features

* **nestjs:** add domains ([#831](https://github.com/open-feature/js-sdk/issues/831)) ([840d7ac](https://github.com/open-feature/js-sdk/commit/840d7acaa3725bade9e8458ad9ced8e20fae1a5e))


### 🧹 Chore

* **deps:** update dependency @types/supertest to v6 ([#782](https://github.com/open-feature/js-sdk/issues/782)) ([53479d1](https://github.com/open-feature/js-sdk/commit/53479d1edd3aad40f3d3fc3662cef6a317f78bbe))

## [0.0.5-experimental](https://github.com/open-feature/js-sdk/compare/nestjs-sdk-v0.0.4-experimental...nestjs-sdk-v0.0.5-experimental) (2024-01-31)


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.0.5-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.0.5-experimental&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/js-sdk/releases/tag/nestjs-sdk-v0.1.0-experimental">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.1.0-experimental&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
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.5-experimental",
"version": "0.1.0-experimental",
"description": "OpenFeature Nest.js SDK",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit 5637cb2

Please sign in to comment.