diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..e084d982a --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 67301af7d..874b94462 100644 --- a/package.json +++ b/package.json @@ -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": {