From 227312290098db45f28c9067c71ccbb28ed8d843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:32:59 +0900 Subject: [PATCH] chore(main): release jest-md-dashboard 0.3.1 (#14) 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 6b7b74c5..cce92405 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ef26df..4ca312a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Bug Fixes + +* show outputPath when file generated ([7ff155f](https://github.com/mshrtsr/jest-md-dashboard/commit/7ff155fe0a568ea2a1020e17198a76b06ec88f4f)) + ## [0.3.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.2.0...jest-md-dashboard-v0.3.0) (2022-06-27) diff --git a/package.json b/package.json index ab4b38ae..a04d70b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-md-dashboard", - "version": "0.3.0", + "version": "0.3.1", "description": "Generating a pretty Markdown dashboard for Jest", "repository": { "type": "git",