Skip to content

Commit f66f5a9

Browse files
chore(release): 4.1.0 release notes [skip ci]
# [4.1.0](https://github.ibm.com/coligo/node-sdk/compare/v4.0.0...v4.1.0) (2024-01-26) ### Bug Fixes * **ci:** travis dependencies ([#64](https://github.ibm.com/coligo/node-sdk/issues/64)) ([d623a08](https://github.ibm.com/coligo/node-sdk/commit/d623a08ae4bd3eb166f63968ddc10cb1de2d699e)) * **deps:** update dependency @kubernetes/client-node to ^0.20.0 ([#39](https://github.ibm.com/coligo/node-sdk/issues/39)) ([babde72](https://github.ibm.com/coligo/node-sdk/commit/babde7246d80f288959d89795ccedf9f373bd93b)) * **deps:** update dependency @types/node to v20 ([#56](https://github.ibm.com/coligo/node-sdk/issues/56)) ([ca794e0](https://github.ibm.com/coligo/node-sdk/commit/ca794e050e5d1b53ee7147621557e3c7489d6bf4)) * **deps:** update dependency @types/node to v20.11.6 ([#59](https://github.ibm.com/coligo/node-sdk/issues/59)) ([0288db5](https://github.ibm.com/coligo/node-sdk/commit/0288db5c8171dc8d4d5746f529527ca95eebab6a)) * **deps:** update dependency ibm-cloud-sdk-core to v4.2.2 ([#40](https://github.ibm.com/coligo/node-sdk/issues/40)) ([1afb3fc](https://github.ibm.com/coligo/node-sdk/commit/1afb3fcef0e11f3b269d896da173e28b4c6f366b)) * **tests:** fixed broken integration tests ([#33](https://github.ibm.com/coligo/node-sdk/issues/33)) ([f95d70d](https://github.ibm.com/coligo/node-sdk/commit/f95d70d5688c6272388fc2e179e6aba1af4a7733)) ### Features * **api:** SDK update 20240124-163103 ([#61](https://github.ibm.com/coligo/node-sdk/issues/61)) ([ffc3dc1](https://github.ibm.com/coligo/node-sdk/commit/ffc3dc1027d7485393b5aec9c731e6c3ba243b45))
1 parent e1d393c commit f66f5a9

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [4.1.0](https://github.ibm.com/coligo/node-sdk/compare/v4.0.0...v4.1.0) (2024-01-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** travis dependencies ([#64](https://github.ibm.com/coligo/node-sdk/issues/64)) ([d623a08](https://github.ibm.com/coligo/node-sdk/commit/d623a08ae4bd3eb166f63968ddc10cb1de2d699e))
7+
* **deps:** update dependency @kubernetes/client-node to ^0.20.0 ([#39](https://github.ibm.com/coligo/node-sdk/issues/39)) ([babde72](https://github.ibm.com/coligo/node-sdk/commit/babde7246d80f288959d89795ccedf9f373bd93b))
8+
* **deps:** update dependency @types/node to v20 ([#56](https://github.ibm.com/coligo/node-sdk/issues/56)) ([ca794e0](https://github.ibm.com/coligo/node-sdk/commit/ca794e050e5d1b53ee7147621557e3c7489d6bf4))
9+
* **deps:** update dependency @types/node to v20.11.6 ([#59](https://github.ibm.com/coligo/node-sdk/issues/59)) ([0288db5](https://github.ibm.com/coligo/node-sdk/commit/0288db5c8171dc8d4d5746f529527ca95eebab6a))
10+
* **deps:** update dependency ibm-cloud-sdk-core to v4.2.2 ([#40](https://github.ibm.com/coligo/node-sdk/issues/40)) ([1afb3fc](https://github.ibm.com/coligo/node-sdk/commit/1afb3fcef0e11f3b269d896da173e28b4c6f366b))
11+
* **tests:** fixed broken integration tests ([#33](https://github.ibm.com/coligo/node-sdk/issues/33)) ([f95d70d](https://github.ibm.com/coligo/node-sdk/commit/f95d70d5688c6272388fc2e179e6aba1af4a7733))
12+
13+
14+
### Features
15+
16+
* **api:** SDK update 20240124-163103 ([#61](https://github.ibm.com/coligo/node-sdk/issues/61)) ([ffc3dc1](https://github.ibm.com/coligo/node-sdk/commit/ffc3dc1027d7485393b5aec9c731e6c3ba243b45))
17+
118
# [4.0.0](https://github.ibm.com/coligo/node-sdk/compare/v3.1.1...v4.0.0) (2023-07-21)
219

320

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": "4.0.0",
3+
"version": "4.1.0",
44
"description": "IBM Cloud Code Engine NodeJS SDK",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)