We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66bb198 + c7ce58b commit dd8e283Copy full SHA for dd8e283
4 files changed
.travis.yml
@@ -14,6 +14,7 @@ script:
14
- tsc
15
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-travis; else npm run
16
test-unit-travis; fi
17
+- npm run check-packages
18
- sh scripts/typedoc/generate_typedoc.sh
19
after_success:
20
- npm run report-coverage
CHANGELOG.md
@@ -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
8
# [3.18.0](https://github.com/watson-developer-cloud/node-sdk/compare/v3.17.0...v3.18.0) (2019-02-06)
9
10
0 commit comments