Skip to content

Commit

Permalink
chore(release): 2.17.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.17.4](v2.17.3...v2.17.4) (2021-12-16)

### Bug Fixes

* don't always convert bytes to text in streamToPromise ([#182](#182)) ([7fe261b](7fe261b))
  • Loading branch information
semantic-release-bot committed Dec 16, 2021
1 parent 7fe261b commit d71f6da
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.4](https://github.com/IBM/node-sdk-core/compare/v2.17.3...v2.17.4) (2021-12-16)


### Bug Fixes

* don't always convert bytes to text in streamToPromise ([#182](https://github.com/IBM/node-sdk-core/issues/182)) ([7fe261b](https://github.com/IBM/node-sdk-core/commit/7fe261b20f934cd3fde45acc69b9d4888836aa69))

## [2.17.3](https://github.com/IBM/node-sdk-core/compare/v2.17.2...v2.17.3) (2021-12-13)


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.3",
"version": "2.17.4",
"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 d71f6da

Please sign in to comment.