diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a35bdb9c..37bd64c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -## 2.2.0 +## 3.0.0 +### Breaking Changes +- #689 Bump to node16 and small fixes + ### Features - #688 Incorporate `gcov` arguments for the Codecov uploader -- #689 fix: bash ### Dependencies - #548 build(deps-dev): bump jest-junit from 12.2.0 to 13.0.0 @@ -9,7 +11,17 @@ - #628 build(deps): bump node-fetch from 2.6.1 to 3.1.1 - #634 build(deps): bump node-fetch from 3.1.1 to 3.2.0 - #636 build(deps): bump openpgp from 5.0.1 to 5.1.0 +- #652 build(deps-dev): bump @vercel/ncc from 0.30.0 to 0.33.3 - #653 build(deps-dev): bump @types/node from 16.11.21 to 17.0.18 +- #659 build(deps-dev): bump @types/jest from 27.4.0 to 27.4.1 +- #667 build(deps): bump actions/checkout from 2 to 3 +- #673 build(deps): bump node-fetch from 3.2.0 to 3.2.3 +- #683 build(deps): bump minimist from 1.2.5 to 1.2.6 +- #685 build(deps): bump @actions/github from 5.0.0 to 5.0.1 +- #681 build(deps-dev): bump @types/node from 17.0.18 to 17.0.23 +- #682 build(deps-dev): bump typescript from 4.5.5 to 4.6.3 +- #676 build(deps): bump @actions/exec from 1.1.0 to 1.1.1 +- #675 build(deps): bump openpgp from 5.1.0 to 5.2.1 ## 2.1.0 ### Features diff --git a/dist/index.js b/dist/index.js index 7b9bfc059..f3eb1736e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19392,7 +19392,7 @@ var core = __nccwpck_require__(2186); // EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js var github = __nccwpck_require__(5438); ;// CONCATENATED MODULE: ./package.json -const package_namespaceObject = {"i8":"2.2.0"}; +const package_namespaceObject = {"i8":"3.0.0"}; ;// CONCATENATED MODULE: ./src/buildExec.ts diff --git a/package-lock.json b/package-lock.json index 78a8873c7..8f1e900cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 85ca13f42..8c45011c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "2.2.0", + "version": "3.0.0", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {