Skip to content

Commit 17cfb78

Browse files
authored
Merge pull request #9 from tj-actions/upgrade-to-v1.1
Upgraded to v1.1
2 parents e556440 + 5d1d411 commit 17cfb78

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v1.1](https://github.com/tj-actions/coverage-badge-js/tree/v1.1) (2021-04-23)
4+
5+
[Full Changelog](https://github.com/tj-actions/coverage-badge-js/compare/v1...v1.1)
6+
7+
**Merged pull requests:**
8+
9+
- Update dependency @testing-library/jest-dom to v5.12.0 [\#8](https://github.com/tj-actions/coverage-badge-js/pull/8) ([renovate[bot]](https://github.com/apps/renovate))
10+
- Bump @types/node from 12.20.10 to 14.14.41 in /test-app [\#7](https://github.com/tj-actions/coverage-badge-js/pull/7) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
11+
- Update tj-actions/verify-changed-files action to v5.7 [\#6](https://github.com/tj-actions/coverage-badge-js/pull/6) ([renovate[bot]](https://github.com/apps/renovate))
12+
- Upgraded to [\#5](https://github.com/tj-actions/coverage-badge-js/pull/5) ([jackton1](https://github.com/jackton1))
13+
314
## [v1](https://github.com/tj-actions/coverage-badge-js/tree/v1) (2021-04-21)
415

516
[Full Changelog](https://github.com/tj-actions/coverage-badge-js/compare/8fbee177e53ccd82f491e583fdab3be79758a5d4...v1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Generate [coverage badge](https://www.npmjs.com/package/make-coverage-badge) lik
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Generate coverage badge
13-
uses: tj-actions/coverage-badge-js@v1
13+
uses: tj-actions/coverage-badge-js@v1.1
1414
```
1515
1616

0 commit comments

Comments
 (0)