Skip to content

Commit

Permalink
chore(release): 2.17.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.17.2](v2.17.1...v2.17.2) (2021-12-08)

### Bug Fixes

* **VpcInstanceAuthenticator:** omit request body for default profile scenario ([#181](#181)) ([1e3fb2d](1e3fb2d))
  • Loading branch information
semantic-release-bot committed Dec 8, 2021
1 parent 1e3fb2d commit a09a82b
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.17.2](https://github.com/IBM/node-sdk-core/compare/v2.17.1...v2.17.2) (2021-12-08)


### Bug Fixes

* **VpcInstanceAuthenticator:** omit request body for default profile scenario ([#181](https://github.com/IBM/node-sdk-core/issues/181)) ([1e3fb2d](https://github.com/IBM/node-sdk-core/commit/1e3fb2d8efede7f1382538d4a4918b16e04deeea))

## [2.17.1](https://github.com/IBM/node-sdk-core/compare/v2.17.0...v2.17.1) (2021-12-06)


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.17.1",
"version": "2.17.2",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",
"main": "./index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit a09a82b

Please sign in to comment.