From 4b2be86935a383a6c9b070f578842c57cf68fb14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:42:10 +0900 Subject: [PATCH] chore(main): release jest-md-dashboard 0.6.1 (#44) 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 4208b5cb..ac031714 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5213fd..4f2aa713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Documentation + +* add example to README.md ([e2cd19e](https://github.com/mshrtsr/jest-md-dashboard/commit/e2cd19e13d89c6b54efe17b5c3e058f02052ce15)) + ## [0.6.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.5.0...jest-md-dashboard-v0.6.0) (2022-07-03) diff --git a/package.json b/package.json index 51da3967..34e48c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-md-dashboard", - "version": "0.6.0", + "version": "0.6.1", "description": "Generating a pretty Markdown dashboard for Jest", "repository": { "type": "git",