Skip to content

Commit

Permalink
chore(main): release jest-md-dashboard 0.4.0 (#19)
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 Jun 29, 2022
1 parent df28a9c commit 53ed57e
Show file tree
Hide file tree
Showing 3 changed files with 15 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.3.1"
".": "0.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.3.1...jest-md-dashboard-v0.4.0) (2022-06-29)


### Features

* add a test summary ([#21](https://github.com/mshrtsr/jest-md-dashboard/issues/21)) ([df28a9c](https://github.com/mshrtsr/jest-md-dashboard/commit/df28a9c014a492734e59e57ee79b88a96b1eda9f))
* add permalink option ([#18](https://github.com/mshrtsr/jest-md-dashboard/issues/18)) ([124b765](https://github.com/mshrtsr/jest-md-dashboard/commit/124b7659579f8e205563080f46edf209151dc1cd))


### Bug Fixes

* use config.rootDir to generate file path ([ec74a88](https://github.com/mshrtsr/jest-md-dashboard/commit/ec74a884677ff695365b7c02d6d40af61c698852))

## [0.3.1](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.3.0...jest-md-dashboard-v0.3.1) (2022-06-28)


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.3.1",
"version": "0.4.0",
"description": "Generating a pretty Markdown dashboard for Jest",
"repository": {
"type": "git",
Expand Down

0 comments on commit 53ed57e

Please sign in to comment.