chore: remove experimental from Nest.JS SDK (#1016)

<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR
<!-- add the description of the PR here -->

As discussed, I propose to remove the experimental from the Nest.JS SDK.
It is used in several orgs and the API works well there.

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
This commit is contained in:
Lukas Reining 2024-09-25 11:57:16 +02:00 committed by GitHub
parent e86f18b5b6
commit cf4526f56a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
},
"packages/nest": {
"release-type": "node",
"prerelease": true,
"release-as": "0.2.2",
"prerelease": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": ["README.md"],