Skip to content

Commit 6e7d2ee

Browse files
chore(release): 3.0.0 release notes [skip ci]
# [3.0.0](https://github.ibm.com/coligo/node-sdk/compare/v2.0.1...v3.0.0) (2023-03-23) ### Features * **secretData:** added more strict typing for secret types during cr… ([#14](https://github.ibm.com/coligo/node-sdk/issues/14)) ([42f33df](https://github.ibm.com/coligo/node-sdk/commit/42f33df43dd7f444b4f0da284a0ec819881f769e)) ### BREAKING CHANGES * **secretData:** Secret Create params now require specific SecretData type istead of JsonObject, depending on secret type * added int tests * test change * case change update * updated latest codegen, removed prototype naming convention from secretData so it can be used in update operation
1 parent 489985d commit 6e7d2ee

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [3.0.0](https://github.ibm.com/coligo/node-sdk/compare/v2.0.1...v3.0.0) (2023-03-23)
2+
3+
4+
### Features
5+
6+
* **secretData:** added more strict typing for secret types during cr… ([#14](https://github.ibm.com/coligo/node-sdk/issues/14)) ([42f33df](https://github.ibm.com/coligo/node-sdk/commit/42f33df43dd7f444b4f0da284a0ec819881f769e))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **secretData:** Secret Create params now require specific SecretData type istead of JsonObject, depending on secret type
12+
13+
* added int tests
14+
15+
* test change
16+
17+
* case change update
18+
19+
* updated latest codegen, removed prototype naming convention from secretData so it can be used in update operation
20+
121
## [2.0.1](https://github.ibm.com/coligo/node-sdk/compare/v2.0.0...v2.0.1) (2023-01-25)
222

323

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm-cloud/ibm-code-engine-sdk",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "IBM Cloud Code Engine NodeJS SDK",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)