Skip to content

Commit

Permalink
[semver:patch] Push to 1.1.4 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Apr 15, 2021
1 parent 1ec1dee commit 9012e4c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.1.4
**Features**
None

**Fixes**
- #74 Add validation of checksums

**Dependencies**
- #75 Bump y18n from 4.0.0 to 4.0.3

## 1.1.3
**Features**
None
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# codecov-circleci-orb

## Latest version 1.1.3
## Latest version 1.1.4

[![codecov.io](https://codecov.io/github/codecov/codecov-circleci-orb/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-circleci-orb)
[![Circle CI](https://circleci.com/gh/codecov/codecov-circleci-orb.png?style=badge)](https://circleci.com/gh/codecov/codecov-circleci-orb)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecov-circleci-orb",
"version": "1.1.3",
"version": "1.1.4",
"description": "Codecov CircleCI Orb",
"main": "index.js",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ commands:
name: Upload Coverage Results
command: |
cat codecov | bash -s -- \
-Q "codecov-circleci-orb-1.1.3" \
-Q "codecov-circleci-orb-1.1.4" \
-f "<< parameters.file >>" \
-t "<< parameters.token >>" \
-n "<< parameters.upload_name >>" \
Expand All @@ -73,7 +73,7 @@ commands:
name: Upload Coverage Results
command: |
cat codecov | bash -s -- \
-Q "codecov-circleci-orb-1.1.3" \
-Q "codecov-circleci-orb-1.1.4" \
-t "<< parameters.token >>" \
-n "<< parameters.upload_name >>" \
-F "<< parameters.flags >>" \
Expand Down

0 comments on commit 9012e4c

Please sign in to comment.