diff --git a/HISTORY.md b/HISTORY.md index 9554b6b8..d0608604 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/README.md b/README.md index e55b003b..810b66c2 100644 --- a/README.md +++ b/README.md @@ -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 ```