Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to v1.3 #33

Merged
merged 1 commit into from
May 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [v1.3](https://github.com/tj-actions/coverage-badge-js/tree/v1.3) (2021-05-08)

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

**Merged pull requests:**

- Update dependency web-vitals to v1.1.2 [\#32](https://github.com/tj-actions/coverage-badge-js/pull/32) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency @types/node to v15.0.2 [\#31](https://github.com/tj-actions/coverage-badge-js/pull/31) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency @types/react to v17.0.5 [\#30](https://github.com/tj-actions/coverage-badge-js/pull/30) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.8 [\#29](https://github.com/tj-actions/coverage-badge-js/pull/29) ([renovate[bot]](https://github.com/apps/renovate))
- Lock file maintenance [\#28](https://github.com/tj-actions/coverage-badge-js/pull/28) ([renovate[bot]](https://github.com/apps/renovate))
- Bump tj-actions/sync-release-version from v8 to v8.5 [\#27](https://github.com/tj-actions/coverage-badge-js/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump tj-actions/verify-changed-files from v5.7 to v6 [\#26](https://github.com/tj-actions/coverage-badge-js/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update dependency stylelint to v13.13.1 [\#25](https://github.com/tj-actions/coverage-badge-js/pull/25) ([renovate[bot]](https://github.com/apps/renovate))
- Upgrade to GitHub-native Dependabot [\#24](https://github.com/tj-actions/coverage-badge-js/pull/24) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Update dependency @testing-library/user-event to v13.1.8 [\#23](https://github.com/tj-actions/coverage-badge-js/pull/23) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency @testing-library/user-event to v13.1.6 [\#22](https://github.com/tj-actions/coverage-badge-js/pull/22) ([renovate[bot]](https://github.com/apps/renovate))
- Bump @types/node from 14.14.43 to 15.0.1 in /test-app [\#21](https://github.com/tj-actions/coverage-badge-js/pull/21) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Update dependency @types/node to v14.14.43 [\#19](https://github.com/tj-actions/coverage-badge-js/pull/19) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency @types/node to v14.14.42 [\#18](https://github.com/tj-actions/coverage-badge-js/pull/18) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency @types/jest to v26.0.23 [\#17](https://github.com/tj-actions/coverage-badge-js/pull/17) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency @types/react to v17.0.4 [\#16](https://github.com/tj-actions/coverage-badge-js/pull/16) ([renovate[bot]](https://github.com/apps/renovate))
- Lock file maintenance [\#15](https://github.com/tj-actions/coverage-badge-js/pull/15) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.6 [\#14](https://github.com/tj-actions/coverage-badge-js/pull/14) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency stylelint-config-standard to v22 [\#13](https://github.com/tj-actions/coverage-badge-js/pull/13) ([renovate[bot]](https://github.com/apps/renovate))
- Update dependency stylelint to v13.13.0 [\#12](https://github.com/tj-actions/coverage-badge-js/pull/12) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v1.2 [\#11](https://github.com/tj-actions/coverage-badge-js/pull/11) ([jackton1](https://github.com/jackton1))
- Lock file maintenance [\#10](https://github.com/tj-actions/coverage-badge-js/pull/10) ([renovate[bot]](https://github.com/apps/renovate))

## [v1.2](https://github.com/tj-actions/coverage-badge-js/tree/v1.2) (2021-04-23)

[Full Changelog](https://github.com/tj-actions/coverage-badge-js/compare/v1.1...v1.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Generate [coverage badge](https://www.npmjs.com/package/make-coverage-badge) lik
steps:
- uses: actions/checkout@v2
- name: Generate coverage badge
uses: tj-actions/coverage-badge-js@v1.2
uses: tj-actions/coverage-badge-js@v1.3
```


Expand Down