From 46ec194d058c2774b50315d18ff3436b91a7c9c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 01:24:35 +0900 Subject: [PATCH] chore(main): release jest-md-dashboard 0.2.0 (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0bd..10f30916 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d5f17a..416fd69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/mshrtsr/jest-md-dashboard/compare/jest-md-dashboard-v0.1.0...jest-md-dashboard-v0.2.0) (2022-06-25) + + +### Features + +* add `outputPath` option ([12325e7](https://github.com/mshrtsr/jest-md-dashboard/commit/12325e70868353a543c75d8ea48ee72b26d66935)) + + +### Bug Fixes + +* build package before publish ([e3ac569](https://github.com/mshrtsr/jest-md-dashboard/commit/e3ac56990eab6568b4dd2b2673d7c3e39cec06ff)) + ## 0.1.0 (2022-06-24) diff --git a/package.json b/package.json index 7b2bf32f..e075c985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-md-dashboard", - "version": "0.1.0", + "version": "0.2.0", "description": "Generating a pretty Markdown dashboard for Jest", "repository": { "type": "git",