Skip to content

Commit

Permalink
chore(main): release jest-md-dashboard 0.8.0 (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 26, 2024
1 parent 18f7258 commit f25223e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.8.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.8.0](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.7.2...jest-md-dashboard-v0.8.0) (2024-02-26)


### ⚠ BREAKING CHANGES

* drop Node 14 and 16 support ([#469](https://github.com/tasshi-me/jest-md-dashboard/issues/469))

### Bug Fixes

* **deps:** update dependency typescript to v5 ([#289](https://github.com/tasshi-me/jest-md-dashboard/issues/289)) ([4d513f7](https://github.com/tasshi-me/jest-md-dashboard/commit/4d513f76696d31077c6fc0b33a8718adac7dfc95))


### Miscellaneous Chores

* drop Node 14 and 16 support ([#469](https://github.com/tasshi-me/jest-md-dashboard/issues/469)) ([d786b57](https://github.com/tasshi-me/jest-md-dashboard/commit/d786b572416394771a29b764fa474c4a57a4867f))

## [0.7.2](https://github.com/tasshi-me/jest-md-dashboard/compare/jest-md-dashboard-v0.7.1...jest-md-dashboard-v0.7.2) (2023-01-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-md-dashboard",
"version": "0.7.2",
"version": "0.8.0",
"description": "Generating a pretty Markdown dashboard for Jest",
"repository": {
"type": "git",
Expand Down

0 comments on commit f25223e

Please sign in to comment.