diff --git a/README.md b/README.md index f68668d1..56d1d315 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,4 @@ nyc report --reporter=text-lcov > coverage.lcov - v2.0.0 No longer supports node v0.10 because of the execSync. - v2.0.1 Publish as latest instead of next. - v2.0.2 Display correct version number in console. +- v2.1.0 Flags supported http://docs.codecov.io/docs/flags diff --git a/package.json b/package.json index 54f345c7..9440bc3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov", - "version": "2.0.2", + "version": "2.1.0", "description": "Uploading report to Codecov: https://codecov.io", "main": "index.js", "scripts": {