Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.2.1...v4.0.0) (2022-12-20)

### Bug Fixes

* axios 1.x in request-wrapper ([9ba195b](9ba195b))

### Build System

* **deps-dev:** update typescript to 4.9.4 ([1764e22](1764e22))

### Features

* update minimum Node.js version to 14 ([5021118](5021118))

### BREAKING CHANGES

* **deps-dev:** Minimum typescript version is 4.

Upgrade to typescript 4.x.

Signed-off-by: Rich Ellis <[email protected]>
* Minimum Node.js version is 14.

Upgrade to at least Node.js 14.

Signed-off-by: Rich Ellis <[email protected]>
  • Loading branch information
semantic-release-bot committed Dec 20, 2022
1 parent 6979711 commit 95428aa
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# [4.0.0](https://github.com/IBM/node-sdk-core/compare/v3.2.1...v4.0.0) (2022-12-20)


### Bug Fixes

* axios 1.x in request-wrapper ([9ba195b](https://github.com/IBM/node-sdk-core/commit/9ba195b60d01dc345c2b294dd13af9214671787b))


### Build System

* **deps-dev:** update typescript to 4.9.4 ([1764e22](https://github.com/IBM/node-sdk-core/commit/1764e2256a292e4a758c98cf7706cea686e59b12))


### Features

* update minimum Node.js version to 14 ([5021118](https://github.com/IBM/node-sdk-core/commit/5021118fca8b5cb94544815488cd6d7ac67b0467))


### BREAKING CHANGES

* **deps-dev:** Minimum typescript version is 4.

Upgrade to typescript 4.x.

Signed-off-by: Rich Ellis <[email protected]>
* Minimum Node.js version is 14.

Upgrade to at least Node.js 14.

Signed-off-by: Rich Ellis <[email protected]>

## [3.2.1](https://github.com/IBM/node-sdk-core/compare/v3.2.0...v3.2.1) (2022-10-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-cloud-sdk-core",
"version": "3.2.1",
"version": "4.0.0",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",
"main": "./index.js",
"typings": "./es/index.d.ts",
Expand Down

0 comments on commit 95428aa

Please sign in to comment.