Skip to content

Commit 9012e4c

Browse files
authored
[semver:patch] Push to 1.1.4 (#76)
1 parent 1ec1dee commit 9012e4c

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.4
2+
**Features**
3+
None
4+
5+
**Fixes**
6+
- #74 Add validation of checksums
7+
8+
**Dependencies**
9+
- #75 Bump y18n from 4.0.0 to 4.0.3
10+
111
## 1.1.3
212
**Features**
313
None

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# codecov-circleci-orb
22

3-
## Latest version 1.1.3
3+
## Latest version 1.1.4
44

55
[![codecov.io](https://codecov.io/github/codecov/codecov-circleci-orb/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-circleci-orb)
66
[![Circle CI](https://circleci.com/gh/codecov/codecov-circleci-orb.png?style=badge)](https://circleci.com/gh/codecov/codecov-circleci-orb)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-circleci-orb",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Codecov CircleCI Orb",
55
"main": "index.js",
66
"devDependencies": {

src/@orb.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ commands:
6060
name: Upload Coverage Results
6161
command: |
6262
cat codecov | bash -s -- \
63-
-Q "codecov-circleci-orb-1.1.3" \
63+
-Q "codecov-circleci-orb-1.1.4" \
6464
-f "<< parameters.file >>" \
6565
-t "<< parameters.token >>" \
6666
-n "<< parameters.upload_name >>" \
@@ -73,7 +73,7 @@ commands:
7373
name: Upload Coverage Results
7474
command: |
7575
cat codecov | bash -s -- \
76-
-Q "codecov-circleci-orb-1.1.3" \
76+
-Q "codecov-circleci-orb-1.1.4" \
7777
-t "<< parameters.token >>" \
7878
-n "<< parameters.upload_name >>" \
7979
-F "<< parameters.flags >>" \

0 commit comments

Comments
 (0)