Skip to content

Commit 6243a75

Browse files
bump to 3.0.0
1 parent 0d6466f commit 6243a75

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
1-
## 2.2.0
1+
## 3.0.0
2+
### Breaking Changes
3+
- #689 Bump to node16 and small fixes
4+
25
### Features
36
- #688 Incorporate `gcov` arguments for the Codecov uploader
4-
- #689 fix: bash
57

68
### Dependencies
79
- #548 build(deps-dev): bump jest-junit from 12.2.0 to 13.0.0
810
- #603 [Snyk] Upgrade @actions/core from 1.5.0 to 1.6.0
911
- #628 build(deps): bump node-fetch from 2.6.1 to 3.1.1
1012
- #634 build(deps): bump node-fetch from 3.1.1 to 3.2.0
1113
- #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
1215
- #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
1325

1426
## 2.1.0
1527
### Features

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19392,7 +19392,7 @@ var core = __nccwpck_require__(2186);
1939219392
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
1939319393
var github = __nccwpck_require__(5438);
1939419394
;// CONCATENATED MODULE: ./package.json
19395-
const package_namespaceObject = {"i8":"2.2.0"};
19395+
const package_namespaceObject = {"i8":"3.0.0"};
1939619396
;// CONCATENATED MODULE: ./src/buildExec.ts
1939719397

1939819398

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.2.0",
3+
"version": "3.0.0",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)