Merge pull request #180 from codecov/1.1.0

Bump to 1.1.0
This commit is contained in:
Tom Hu
2020-12-17 13:21:17 -05:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
### 1.1.0
#### Features
- #110 Add "working-directory:" input
- #174 Support Xcode specificed parameters
#### Fixes
- #172 File is saved as text
#### Dependencies and Misc
- #166 Bump requestretry from 4.1.1 to 4.1.2
- #169 Bump typescript from 4.0.5 to 4.1.2
- #178 Bump @types/jest from 26.0.15 to 26.0.19

View File

@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "1.0.15",
"version": "1.0.16",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {