Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.1](v4.2.0...v4.2.1) (2019-06-14)

### Bug Fixes

* remove ReadStream since ReadableStream is correct ([b9f8c73](b9f8c73))
* update second occurence of Map to Record ([3ded63a](3ded63a))
* use Record instead of Map type for classifier update ([6dec631](6dec631))
  • Loading branch information
semantic-release-bot committed Jun 14, 2019
1 parent 973781d commit 1eb8080
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.2.1](https://github.com/watson-developer-cloud/node-sdk/compare/v4.2.0...v4.2.1) (2019-06-14)


### Bug Fixes

* remove ReadStream since ReadableStream is correct ([b9f8c73](https://github.com/watson-developer-cloud/node-sdk/commit/b9f8c73))
* update second occurence of Map to Record ([3ded63a](https://github.com/watson-developer-cloud/node-sdk/commit/3ded63a))
* use Record instead of Map type for classifier update ([6dec631](https://github.com/watson-developer-cloud/node-sdk/commit/6dec631))

# [4.2.0](https://github.com/watson-developer-cloud/node-sdk/compare/v4.1.3...v4.2.0) (2019-06-10)


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-watson",
"version": "4.2.0",
"version": "4.2.1",
"description": "Client library to use the IBM Watson Services",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1eb8080

Please sign in to comment.