Skip to content

Commit 894ff02

Browse files
chore(release): bump to 3.1.3 (#961)
1 parent f539f97 commit 894ff02

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.1.3
2+
### Fixes
3+
- #960 fix: allow for aarch64 build
4+
5+
### Dependencies
6+
- #957 build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0
7+
- #958 build(deps): bump openpgp from 5.7.0 to 5.8.0
8+
- #959 build(deps-dev): bump @types/node from 18.15.10 to 18.15.12
9+
110
## 3.1.2
211
### Fixes
312
- #718 Update README.md

Diff for: 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.2"};
22075+
const package_namespaceObject = {"i8":"3.1.3"};
2207622076
;// CONCATENATED MODULE: ./src/buildExec.ts
2207722077

2207822078

Diff for: package-lock.json

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

Diff for: 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.2",
3+
"version": "3.1.3",
44
"description": "Upload coverage reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)