From eaaf4bedf32dbdc6b720b63067d99c4d77d6047d Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Mon, 15 May 2023 16:48:57 -0400 Subject: [PATCH] release: 3.1.4 (#983) --- CHANGELOG.md | 11 +++++++++++ dist/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd22c778..deae08da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.1.4 +### Fixes +- #967 Fix typo in README.md +- #971 fix: add back in working dir +- #969 fix: CLI option names for uploader + +### Dependencies +- #970 build(deps-dev): bump @types/node from 18.15.12 to 18.16.3 +- #979 build(deps-dev): bump @types/node from 20.1.0 to 20.1.2 +- #981 build(deps-dev): bump @types/node from 20.1.2 to 20.1.4 + ## 3.1.3 ### Fixes - #960 fix: allow for aarch64 build diff --git a/dist/index.js b/dist/index.js index 32c67a6d5..1b8470ddb 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.3"}; +const package_namespaceObject = {"i8":"3.1.4"}; ;// CONCATENATED MODULE: ./src/buildExec.ts diff --git a/package-lock.json b/package-lock.json index 74e99efae..58548d9c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecov-action", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codecov-action", - "version": "3.1.3", + "version": "3.1.4", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 1a1215980..314c54872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "3.1.3", + "version": "3.1.4", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {