From dafa642d37adc2104765278eef94a2d046ab5399 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Dec 2021 19:15:14 +0000 Subject: [PATCH] chore(release): 2.17.5 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2f7bbd3..18d1037ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index fb6bbf5d2..9160f76b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-cloud-sdk-core", - "version": "2.17.4", + "version": "2.17.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c96f8b850..919d70a82 100644 --- a/package.json +++ b/package.json @@ -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",