diff --git a/README.md b/README.md index e16c99f7..1cdf569d 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,4 @@ nyc report --reporter=text-lcov > coverage.lcov - v3.0.4 Security fixes - v3.1.0 Custom yaml file. Allow codecov token from yml file. - v3.2.0 Added azure pipelines +- v3.3.0 Added pipe with `--pipe`, `-l` diff --git a/package.json b/package.json index 6bab7cb2..01a29d71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov", - "version": "3.2.0", + "version": "3.3.0", "description": "Uploading report to Codecov: https://codecov.io", "main": "index.js", "scripts": {