Skip to content

Commit

Permalink
chore(release): 2.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.3](v2.4.2...v2.4.3) (2020-08-05)

### Bug Fixes

* support `disableSslVerification` when user provides custom httpsAgent ([#104](#104)) ([ef39327](ef39327))
  • Loading branch information
semantic-release-bot committed Aug 5, 2020
1 parent ef39327 commit 3d37a31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.4.3](https://github.com/IBM/node-sdk-core/compare/v2.4.2...v2.4.3) (2020-08-05)


### Bug Fixes

* support `disableSslVerification` when user provides custom httpsAgent ([#104](https://github.com/IBM/node-sdk-core/issues/104)) ([ef39327](https://github.com/IBM/node-sdk-core/commit/ef39327947a42ed357f19fa0db7f5edd063698c4))

## [2.4.2](https://github.com/IBM/node-sdk-core/compare/v2.4.1...v2.4.2) (2020-07-22)


Expand Down
2 changes: 1 addition & 1 deletion 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": "2.4.2",
"version": "2.4.3",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI 3 SDK Generator.",
"main": "./dist/index",
"repository": {
Expand Down

0 comments on commit 3d37a31

Please sign in to comment.