Skip to content

Commit

Permalink
Merge branch 'master' into v4.0.0-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 committed Feb 14, 2019
2 parents 66bb198 + c7ce58b commit dd8e283
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 267 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ script:
- tsc
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-travis; else npm run
test-unit-travis; fi
- npm run check-packages
- sh scripts/typedoc/generate_typedoc.sh
after_success:
- npm run report-coverage
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.18.1](https://github.com/watson-developer-cloud/node-sdk/compare/v3.18.0...v3.18.1) (2019-02-14)


### Bug Fixes

* use dotenv v5 to maintain node 4.x compatibility ([c311651](https://github.com/watson-developer-cloud/node-sdk/commit/c311651))

# [3.18.0](https://github.com/watson-developer-cloud/node-sdk/compare/v3.17.0...v3.18.0) (2019-02-06)


Expand Down
Loading

0 comments on commit dd8e283

Please sign in to comment.