From 72182f9425d27c4881db84c8e94cadcece7a15e9 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 16 Apr 2021 11:23:33 -0400 Subject: [PATCH] Bump to 1.4.0 --- CHANGELOG.md | 14 ++++++-------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 211dec353..32b18327a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,29 @@ +## 1.4.0 +### Features +- #282 Add checksum verification of bash script + ## 1.3.2 -- # Overwrites pr number for pull_request_target events +### Fixes +- #264 Overwrites pr number for pull_request_target events ## 1.3.1 - ### Fixes - #253 Add `network_filter` to action manifest ## 1.3.0 - ### Features - #252 Add "network_filter" input ## 1.2.2 - ### Fixes - #241 pass root_dir using proper bash arg - #244 Overwrite the commit on pull_request* events ## 1.2.1 - ### Fixes - #196 Add parameters to the action.yml ## 1.2.0 - ### Features - #193 Add all the bash params @@ -31,13 +31,11 @@ - #193 Fixes issue with working-directory ## 1.1.1 - ### Fixes - #184 Add automations ensure proper builds and deployments - #184 Fixes verbose flag ## 1.1.0 - ### Features - #110 Add "working-directory:" input - #174 Support Xcode specificed parameters diff --git a/package-lock.json b/package-lock.json index 51e6fe1f8..10ff0c1b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 175301cb5..2c6af5b9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "1.3.2", + "version": "1.4.0", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {