Skip to content

Commit

Permalink
chore(release): 0.3.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.4](v0.3.3...v0.3.4) (2019-08-05)

### Bug Fixes

* extend constructor options type to allow additional properties ([#35](#35)) ([70af0c9](70af0c9))
  • Loading branch information
semantic-release-bot committed Aug 5, 2019
1 parent 70af0c9 commit 06ef43e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.4](https://github.com/IBM/node-sdk-core/compare/v0.3.3...v0.3.4) (2019-08-05)


### Bug Fixes

* extend constructor options type to allow additional properties ([#35](https://github.com/IBM/node-sdk-core/issues/35)) ([70af0c9](https://github.com/IBM/node-sdk-core/commit/70af0c9))

## [0.3.3](https://github.com/IBM/node-sdk-core/compare/v0.3.2...v0.3.3) (2019-07-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-cloud-sdk-core",
"version": "0.3.3",
"version": "0.3.4",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI 3 SDK Generator.",
"main": "./index",
"repository": {
Expand Down

0 comments on commit 06ef43e

Please sign in to comment.