Skip to content

Commit dd8e283

Browse files
committed
Merge branch 'master' into v4.0.0-branch
2 parents 66bb198 + c7ce58b commit dd8e283

4 files changed

Lines changed: 590 additions & 267 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ script:
1414
- tsc
1515
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-travis; else npm run
1616
test-unit-travis; fi
17+
- npm run check-packages
1718
- sh scripts/typedoc/generate_typedoc.sh
1819
after_success:
1920
- npm run report-coverage

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.18.1](https://github.com/watson-developer-cloud/node-sdk/compare/v3.18.0...v3.18.1) (2019-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* use dotenv v5 to maintain node 4.x compatibility ([c311651](https://github.com/watson-developer-cloud/node-sdk/commit/c311651))
7+
18
# [3.18.0](https://github.com/watson-developer-cloud/node-sdk/compare/v3.17.0...v3.18.0) (2019-02-06)
29

310

0 commit comments

Comments
 (0)