File tree 4 files changed +18
-6
lines changed 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 2.2.0
1
+ ## 3.0.0
2
+ ### Breaking Changes
3
+ - #689 Bump to node16 and small fixes
4
+
2
5
### Features
3
6
- #688 Incorporate ` gcov ` arguments for the Codecov uploader
4
- - #689 fix: bash
5
7
6
8
### Dependencies
7
9
- #548 build(deps-dev): bump jest-junit from 12.2.0 to 13.0.0
8
10
- #603 [ Snyk] Upgrade @actions/core from 1.5.0 to 1.6.0
9
11
- #628 build(deps): bump node-fetch from 2.6.1 to 3.1.1
10
12
- #634 build(deps): bump node-fetch from 3.1.1 to 3.2.0
11
13
- #636 build(deps): bump openpgp from 5.0.1 to 5.1.0
14
+ - #652 build(deps-dev): bump @vercel/ncc from 0.30.0 to 0.33.3
12
15
- #653 build(deps-dev): bump @types/node from 16.11.21 to 17.0.18
16
+ - #659 build(deps-dev): bump @types/jest from 27.4.0 to 27.4.1
17
+ - #667 build(deps): bump actions/checkout from 2 to 3
18
+ - #673 build(deps): bump node-fetch from 3.2.0 to 3.2.3
19
+ - #683 build(deps): bump minimist from 1.2.5 to 1.2.6
20
+ - #685 build(deps): bump @actions/github from 5.0.0 to 5.0.1
21
+ - #681 build(deps-dev): bump @types/node from 17.0.18 to 17.0.23
22
+ - #682 build(deps-dev): bump typescript from 4.5.5 to 4.6.3
23
+ - #676 build(deps): bump @actions/exec from 1.1.0 to 1.1.1
24
+ - #675 build(deps): bump openpgp from 5.1.0 to 5.2.1
13
25
14
26
## 2.1.0
15
27
### Features
Original file line number Diff line number Diff line change @@ -19392,7 +19392,7 @@ var core = __nccwpck_require__(2186);
19392
19392
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
19393
19393
var github = __nccwpck_require__(5438);
19394
19394
;// CONCATENATED MODULE: ./package.json
19395
- const package_namespaceObject = {"i8":"2.2 .0"};
19395
+ const package_namespaceObject = {"i8":"3.0 .0"};
19396
19396
;// CONCATENATED MODULE: ./src/buildExec.ts
19397
19397
19398
19398
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codecov-action" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " Upload coverage reports to Codecov from GitHub Actions" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments