From a19d8f63ae90966084189844af76dc06e9e3f2e7 Mon Sep 17 00:00:00 2001 From: Ed Moore Date: Wed, 3 Apr 2019 22:52:10 +1100 Subject: [PATCH] v3.3.0 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": {