Skip to content

Commit 01117e4

Browse files
committed
Update CHANGELOG.md
1 parent 051737e commit 01117e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## 0.2.0 (2016-06-02)
2+
- IMPORTANT (deprecation): The `codecov.io` NPM module has been deprecated and is now removed in favor of the official `codecov` NPM module. You will need to modify `.npmscriptrc` and replace `"travis": { "report": "cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" },` with `"travis": { "report": "./node_modules/.bin/codecov" },`
3+
- [snyk](https://www.npmjs.com/package/snyk) has been added which provides monitoring of known vulnerabilities in Node.js npm packages. One can add it to an NPM script on in Travis CI add the following: `- snyk test --dev`.
4+
15
## 0.1.0 (2016-03-13)
2-
- Initial stable release.
6+
- Initial stable release.

0 commit comments

Comments
 (0)