From 6feb914f258d64e26a6821b9e5c299734cdf0063 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 20 Aug 2021 11:58:22 -0700 Subject: [PATCH] chore: Update CHANGELOG --- CHANGELOG.md | 20 ++++++++++++++++++++ dist/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d181c540..3d6803b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 2.0.3 +### Fixes +- #464 Fix wrong link in the readme +- #485 fix: Add override OS and linux default to platform + +### Dependencies +- #447 build(deps): bump openpgp from 5.0.0-4 to 5.0.0-5 +- #458 build(deps-dev): bump eslint from 7.31.0 to 7.32.0 +- #465 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.29.1 +- #466 build(deps-dev): bump @typescript-eslint/parser from 4.28.4 to 4.29.1 +- #468 build(deps-dev): bump @types/jest from 26.0.24 to 27.0.0 +- #470 build(deps-dev): bump @types/node from 16.4.0 to 16.6.0 +- #472 build(deps): bump path-parse from 1.0.6 to 1.0.7 +- #473 build(deps-dev): bump @types/jest from 27.0.0 to 27.0.1 +- #478 build(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2 +- #479 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2 +- #481 build(deps-dev): bump @types/node from 16.6.0 to 16.6.2 +- #483 build(deps-dev): bump @vercel/ncc from 0.29.0 to 0.29.2 +- #484 build(deps): bump @actions/core from 1.4.0 to 1.5.0 + ## 2.0.2 ### Fixes - Underlying uploader fixes issues with tokens not being sent properly for users seeing diff --git a/dist/index.js b/dist/index.js index 080599d2f..a1f45023e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12849,7 +12849,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.0.2"}; +const package_namespaceObject = {"i8":"2.0.3"}; ;// CONCATENATED MODULE: ./src/buildExec.ts diff --git a/package-lock.json b/package-lock.json index e37916c89..66a5b2b3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "codecov-action", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "@actions/core": "^1.4.0", diff --git a/package.json b/package.json index 23aac0b32..3070c90ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codecov-action", - "version": "2.0.2", + "version": "2.0.3", "description": "Upload coverage reports to Codecov from GitHub Actions", "main": "index.js", "scripts": {