From dce0f235a39ba60bb96f64d35ebff3bdea04dd39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:17:06 +0900 Subject: [PATCH] chore(main): release jest-md-dashboard 0.7.2 (#263) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",