From 829128572d6df8ea1e91570b2f37868e4a514120 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2019 20:05:18 +0000 Subject: [PATCH] chore(release): 0.3.2 [skip ci] ## [0.3.2](https://github.com/IBM/node-sdk-core/compare/v0.3.1...v0.3.2) (2019-06-23) ### Bug Fixes * read iam client id and secret from environment variables ([#30](https://github.com/IBM/node-sdk-core/issues/30)) ([2247d0a](https://github.com/IBM/node-sdk-core/commit/2247d0a)) --- 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 ffbea76ea..23f055b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.2](https://github.com/IBM/node-sdk-core/compare/v0.3.1...v0.3.2) (2019-06-23) + + +### Bug Fixes + +* read iam client id and secret from environment variables ([#30](https://github.com/IBM/node-sdk-core/issues/30)) ([2247d0a](https://github.com/IBM/node-sdk-core/commit/2247d0a)) + ## [0.3.1](https://github.com/IBM/node-sdk-core/compare/v0.3.0...v0.3.1) (2019-06-06) diff --git a/package-lock.json b/package-lock.json index 5e0f679cd..eae7341ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-cloud-sdk-core", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd25105d2..596b5bc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ibm-cloud-sdk-core", - "version": "0.3.1", + "version": "0.3.2", "description": "Core functionality to support SDKs generated with IBM's OpenAPI 3 SDK Generator.", "main": "./index", "repository": {