Skip to content

Commit 6feb914

Browse files
chore: Update CHANGELOG
1 parent b924225 commit 6feb914

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.0.3
2+
### Fixes
3+
- #464 Fix wrong link in the readme
4+
- #485 fix: Add override OS and linux default to platform
5+
6+
### Dependencies
7+
- #447 build(deps): bump openpgp from 5.0.0-4 to 5.0.0-5
8+
- #458 build(deps-dev): bump eslint from 7.31.0 to 7.32.0
9+
- #465 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.29.1
10+
- #466 build(deps-dev): bump @typescript-eslint/parser from 4.28.4 to 4.29.1
11+
- #468 build(deps-dev): bump @types/jest from 26.0.24 to 27.0.0
12+
- #470 build(deps-dev): bump @types/node from 16.4.0 to 16.6.0
13+
- #472 build(deps): bump path-parse from 1.0.6 to 1.0.7
14+
- #473 build(deps-dev): bump @types/jest from 27.0.0 to 27.0.1
15+
- #478 build(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2
16+
- #479 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2
17+
- #481 build(deps-dev): bump @types/node from 16.6.0 to 16.6.2
18+
- #483 build(deps-dev): bump @vercel/ncc from 0.29.0 to 0.29.2
19+
- #484 build(deps): bump @actions/core from 1.4.0 to 1.5.0
20+
121
## 2.0.2
222
### Fixes
323
- Underlying uploader fixes issues with tokens not being sent properly for users seeing

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12849,7 +12849,7 @@ var core = __nccwpck_require__(2186);
1284912849
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
1285012850
var github = __nccwpck_require__(5438);
1285112851
;// CONCATENATED MODULE: ./package.json
12852-
const package_namespaceObject = {"i8":"2.0.2"};
12852+
const package_namespaceObject = {"i8":"2.0.3"};
1285312853
;// CONCATENATED MODULE: ./src/buildExec.ts
1285412854

1285512855

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)