diff --git a/CHANGELOG.md b/CHANGELOG.md index a9de064e5..ffd22c778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.1.3 +### Fixes +- #960 fix: allow for aarch64 build + +### Dependencies +- #957 build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0 +- #958 build(deps): bump openpgp from 5.7.0 to 5.8.0 +- #959 build(deps-dev): bump @types/node from 18.15.10 to 18.15.12 + ## 3.1.2 ### Fixes - #718 Update README.md diff --git a/dist/index.js b/dist/index.js index 90697d41b..176dd266f 100755 --- a/dist/index.js +++ b/dist/index.js @@ -22072,7 +22072,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":"3.1.2"}; +const package_namespaceObject = {"i8":"3.1.3"}; ;// CONCATENATED MODULE: ./src/buildExec.ts diff --git a/package-lock.json b/package-lock.json index a6275c45e..9a7a5e17c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index c1f02d780..bd9e34aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "3.1.2", + "version": "3.1.3", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {