Skip to content

Commit eaaf4be

Browse files
release: 3.1.4 (#983)
1 parent c2ab9ab commit eaaf4be

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 3.1.4
2+
### Fixes
3+
- #967 Fix typo in README.md
4+
- #971 fix: add back in working dir
5+
- #969 fix: CLI option names for uploader
6+
7+
### Dependencies
8+
- #970 build(deps-dev): bump @types/node from 18.15.12 to 18.16.3
9+
- #979 build(deps-dev): bump @types/node from 20.1.0 to 20.1.2
10+
- #981 build(deps-dev): bump @types/node from 20.1.2 to 20.1.4
11+
112
## 3.1.3
213
### Fixes
314
- #960 fix: allow for aarch64 build

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22072,7 +22072,7 @@ var core = __nccwpck_require__(2186);
2207222072
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
2207322073
var github = __nccwpck_require__(5438);
2207422074
;// CONCATENATED MODULE: ./package.json
22075-
const package_namespaceObject = {"i8":"3.1.3"};
22075+
const package_namespaceObject = {"i8":"3.1.4"};
2207622076
;// CONCATENATED MODULE: ./src/buildExec.ts
2207722077

2207822078

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-action",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)