From 922840b5372396b632671cc73a7ee7516fa8988c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 May 2019 18:14:24 +0000 Subject: [PATCH] chore(release): 0.2.3 [skip ci] ## [0.2.3](https://github.com/IBM/node-sdk-core/compare/v0.2.2...v0.2.3) (2019-05-07) ### Bug Fixes * do not read credentials file in webpack override scenario ([9af4567](https://github.com/IBM/node-sdk-core/commit/9af4567)) * do not read credentials file in webpack override scenario ([#19](https://github.com/IBM/node-sdk-core/issues/19)) ([ec64ae1](https://github.com/IBM/node-sdk-core/commit/ec64ae1)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a39fc0c1..5f5514a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.2.3](https://github.com/IBM/node-sdk-core/compare/v0.2.2...v0.2.3) (2019-05-07) + + +### Bug Fixes + +* do not read credentials file in webpack override scenario ([9af4567](https://github.com/IBM/node-sdk-core/commit/9af4567)) +* do not read credentials file in webpack override scenario ([#19](https://github.com/IBM/node-sdk-core/issues/19)) ([ec64ae1](https://github.com/IBM/node-sdk-core/commit/ec64ae1)) + ## [0.2.2](https://github.com/IBM/node-sdk-core/compare/v0.2.1...v0.2.2) (2019-05-01) diff --git a/package-lock.json b/package-lock.json index 41e04d216..1fcb24cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-cloud-sdk-core", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b26547f79..05009fe67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ibm-cloud-sdk-core", - "version": "0.2.2", + "version": "0.2.3", "description": "Core functionality to support SDKs generated with IBM's OpenAPI 3 SDK Generator.", "main": "./index", "repository": {