Skip to content

Commit 0e28ff8

Browse files
authored
Merge pull request #284 from codecov/1.4.0
Bump to 1.4.0
2 parents ce1ffb8 + 72182f9 commit 0e28ff8

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
1+
## 1.4.0
2+
### Features
3+
- #282 Add checksum verification of bash script
4+
15
## 1.3.2
2-
- # Overwrites pr number for pull_request_target events
6+
### Fixes
7+
- #264 Overwrites pr number for pull_request_target events
38

49
## 1.3.1
5-
610
### Fixes
711
- #253 Add `network_filter` to action manifest
812

913
## 1.3.0
10-
1114
### Features
1215
- #252 Add "network_filter" input
1316

1417
## 1.2.2
15-
1618
### Fixes
1719
- #241 pass root_dir using proper bash arg
1820
- #244 Overwrite the commit on pull_request* events
1921

2022
## 1.2.1
21-
2223
### Fixes
2324
- #196 Add parameters to the action.yml
2425

2526
## 1.2.0
26-
2727
### Features
2828
- #193 Add all the bash params
2929

3030
### Fixes
3131
- #193 Fixes issue with working-directory
3232

3333
## 1.1.1
34-
3534
### Fixes
3635
- #184 Add automations ensure proper builds and deployments
3736
- #184 Fixes verbose flag
3837

3938
## 1.1.0
40-
4139
### Features
4240
- #110 Add "working-directory:" input
4341
- #174 Support Xcode specificed parameters

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-action",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)