From fd569df4c888c97ecf56cad8f8dc0ce6c0d86d87 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Jul 2019 21:34:17 +0000 Subject: [PATCH] chore(release): 0.3.3 [skip ci] ## [0.3.3](https://github.com/IBM/node-sdk-core/compare/v0.3.2...v0.3.3) (2019-07-17) ### Bug Fixes * add deprecation notice for node versions 6 and 8 ([#32](https://github.com/IBM/node-sdk-core/issues/32)) ([9e3c667](https://github.com/IBM/node-sdk-core/commit/9e3c667)) --- 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 23f055b8c..1c00b7894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.3](https://github.com/IBM/node-sdk-core/compare/v0.3.2...v0.3.3) (2019-07-17) + + +### Bug Fixes + +* add deprecation notice for node versions 6 and 8 ([#32](https://github.com/IBM/node-sdk-core/issues/32)) ([9e3c667](https://github.com/IBM/node-sdk-core/commit/9e3c667)) + ## [0.3.2](https://github.com/IBM/node-sdk-core/compare/v0.3.1...v0.3.2) (2019-06-23) diff --git a/package-lock.json b/package-lock.json index 775093a35..b68261029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-cloud-sdk-core", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad5670c27..fc758df0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ibm-cloud-sdk-core", - "version": "0.3.2", + "version": "0.3.3", "description": "Core functionality to support SDKs generated with IBM's OpenAPI 3 SDK Generator.", "main": "./index", "repository": {