From ed6e733b1a61b2dd2aeeed42b60e2af3b92b6250 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 18:27:28 +0900 Subject: [PATCH] chore(main): release jest-md-dashboard 0.7.1 (#89) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b77f506..1bc57136 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 17cb309c..701c6c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [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) + + +### Bug Fixes + +* **deps:** update dependency isomorphic-git to ^1.19.2 ([#88](https://github.com/mshrtsr/jest-md-dashboard/issues/88)) ([206b384](https://github.com/mshrtsr/jest-md-dashboard/commit/206b384c3a04d1af7e8b81188a129a6e0ec72d1e)) +* **deps:** update dependency isomorphic-git to ^1.19.3 ([#99](https://github.com/mshrtsr/jest-md-dashboard/issues/99)) ([ea6f642](https://github.com/mshrtsr/jest-md-dashboard/commit/ea6f6424a77052d2a48cf345becac2c2ecacf7a5)) +* **deps:** update dependency isomorphic-git to ^1.21.0 ([#101](https://github.com/mshrtsr/jest-md-dashboard/issues/101)) ([c9bbcc3](https://github.com/mshrtsr/jest-md-dashboard/commit/c9bbcc3181ecc0d0ef1c05d6a77f38bfd01aa2c3)) + ## [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) diff --git a/package.json b/package.json index 4b4b4813..845bebf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-md-dashboard", - "version": "0.7.0", + "version": "0.7.1", "description": "Generating a pretty Markdown dashboard for Jest", "repository": { "type": "git",