diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cce92405..da59f99e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca312a8..22546b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 00d697df..2c0cf238 100644 --- a/package.json +++ b/package.json @@ -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",