diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bc57136..7412044d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 701c6c6d..ced8e7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.7.1...jest-md-dashboard-v0.7.2) (2023-01-11) + + +### Bug Fixes + +* **deps:** Bump json5 from 1.0.1 to 1.0.2 ([#260](https://github.com/mshrtsr/jest-md-dashboard/issues/260)) ([0ea87ca](https://github.com/mshrtsr/jest-md-dashboard/commit/0ea87ca0b14d233f18a51c7d613f22e611596019)) + ## [0.7.1](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.7.0...jest-md-dashboard-v0.7.1) (2022-09-08) diff --git a/package.json b/package.json index 71889b26..d7048615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-md-dashboard", - "version": "0.7.1", + "version": "0.7.2", "description": "Generating a pretty Markdown dashboard for Jest", "repository": { "type": "git",