Skip to content

Commit

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

### Bug Fixes

* avoid Buffer re-encode during compression ([#184](#184)) ([8b82f36](8b82f36))
  • Loading branch information
semantic-release-bot committed Dec 17, 2021
1 parent 8b82f36 commit dafa642
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.5](https://github.com/IBM/node-sdk-core/compare/v2.17.4...v2.17.5) (2021-12-17)


### Bug Fixes

* avoid Buffer re-encode during compression ([#184](https://github.com/IBM/node-sdk-core/issues/184)) ([8b82f36](https://github.com/IBM/node-sdk-core/commit/8b82f36bf6d4ac0163563ce3a10f0a395bd87627))

## [2.17.4](https://github.com/IBM/node-sdk-core/compare/v2.17.3...v2.17.4) (2021-12-16)


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.4",
"version": "2.17.5",
"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 dafa642

Please sign in to comment.