Skip to content

Commit 8f0855a

Browse files
committed
Bump to 1.5.1
1 parent c53d6ba commit 8f0855a

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 1.5.1
2+
### Fixes
3+
- #320 doc: add github actions badge
4+
- #336 Update bash uploader to 1.0.3
5+
6+
### Dependencies
7+
- #302 Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1
8+
- #303 Bump @typescript-eslint/parser from 4.22.0 to 4.22.1
9+
- #304 Bump ts-jest from 26.5.5 to 26.5.6
10+
- #309 Bump lodash from 4.17.19 to 4.17.21
11+
- #310 Bump hosted-git-info from 2.8.8 to 2.8.9
12+
- #311 Bump @actions/github from 4.0.0 to 5.0.0
13+
- #314 Bump eslint from 7.25.0 to 7.27.0
14+
- #315 Bump @actions/core from 1.2.7 to 1.3.0
15+
- #316 Bump @typescript-eslint/parser from 4.22.1 to 4.25.0
16+
- #317 Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.25.0
17+
- #319 Bump jest-junit from 12.0.0 to 12.1.0
18+
- #321 Bump typescript from 4.2.4 to 4.3.2
19+
- #323 Bump ws from 7.3.1 to 7.4.6
20+
- #331 Bump eslint from 7.27.0 to 7.28.0
21+
- #332 Bump @actions/exec from 1.0.4 to 1.1.0
22+
- #333 Bump @typescript-eslint/parser from 4.25.0 to 4.26.1
23+
- #334 Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.1
24+
- #335 Bump @actions/core from 1.3.0 to 1.4.0
25+
- #337 Bump glob-parent from 5.1.1 to 5.1.2
26+
127
## 1.5.0
228
### Features
329
- #299 Pull Codecov bash script into the action

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)