Skip to content

Commit 72e6285

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](v0.2.8...v0.3.0) (2019-06-05) ### Features * add `IcpTokenManagerV1` as a top-level export of the package ([cfa3e1b](cfa3e1b)) * add new token manager for ICP4D ([ee1ddad](ee1ddad)) * add new token manager for ICP4D ([#26](#26)) ([2097a64](2097a64)) * carry `disable_ssl_verification` through to token managers ([4f2f789](4f2f789))
1 parent 2097a64 commit 72e6285

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.3.0](https://github.com/IBM/node-sdk-core/compare/v0.2.8...v0.3.0) (2019-06-05)
2+
3+
4+
### Features
5+
6+
* add `IcpTokenManagerV1` as a top-level export of the package ([cfa3e1b](https://github.com/IBM/node-sdk-core/commit/cfa3e1b))
7+
* add new token manager for ICP4D ([ee1ddad](https://github.com/IBM/node-sdk-core/commit/ee1ddad))
8+
* add new token manager for ICP4D ([#26](https://github.com/IBM/node-sdk-core/issues/26)) ([2097a64](https://github.com/IBM/node-sdk-core/commit/2097a64))
9+
* carry `disable_ssl_verification` through to token managers ([4f2f789](https://github.com/IBM/node-sdk-core/commit/4f2f789))
10+
111
## [0.2.8](https://github.com/IBM/node-sdk-core/compare/v0.2.7...v0.2.8) (2019-05-30)
212

313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibm-cloud-sdk-core",
3-
"version": "0.2.8",
3+
"version": "0.3.0",
44
"description": "Core functionality to support SDKs generated with IBM's OpenAPI 3 SDK Generator.",
55
"main": "./index",
66
"repository": {

0 commit comments

Comments
 (0)