diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ac031714..1b77f506 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2aa713..17cb309c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.6.1...jest-md-dashboard-v0.7.0) (2022-08-16) + + +### Features + +* sort test results alphabetically by file path ([#68](https://github.com/mshrtsr/jest-md-dashboard/issues/68)) ([051e9e2](https://github.com/mshrtsr/jest-md-dashboard/commit/051e9e2689ffe4cd5009fed3b23a2d09ad88e455)) + + +### Bug Fixes + +* **deps:** update dependency isomorphic-git to ^1.19.1 ([#58](https://github.com/mshrtsr/jest-md-dashboard/issues/58)) ([9ce3564](https://github.com/mshrtsr/jest-md-dashboard/commit/9ce35646c5c0e246ee0d26ba97a1b04c0f95aa63)) +* make sort order of test result ascending ([#83](https://github.com/mshrtsr/jest-md-dashboard/issues/83)) ([cbb5475](https://github.com/mshrtsr/jest-md-dashboard/commit/cbb547511555aa6fcce6bdf89a68f41e87d773bd)) + ## [0.6.1](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.6.0...jest-md-dashboard-v0.6.1) (2022-07-08) diff --git a/package.json b/package.json index c7836bb5..5f896c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-md-dashboard", - "version": "0.6.1", + "version": "0.7.0", "description": "Generating a pretty Markdown dashboard for Jest", "repository": { "type": "git",