From 7b8ba1980276c3afef256398a9a53fd99a18df76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 23:55:08 +0000 Subject: [PATCH] chore(main): release 0.0.14 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 883b279..f89a3b6 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.13" + ".": "0.0.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 566a1e3..fecd356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.14](https://github.com/romdo/release-bot-tests/compare/v0.0.13...v0.0.14) (2023-05-09) + + +### Features + +* **release:** use experimental reusable workflow ([98d7272](https://github.com/romdo/release-bot-tests/commit/98d72726f5348f19f3481077f6c2439eb53e26ae)) +* **workflow:** experimental reusable workflow, again ([8ed0eb6](https://github.com/romdo/release-bot-tests/commit/8ed0eb61fa1fc625584d0da467e04ee544a6f048)) +* **workflow:** reusable workflow without any secrets ([7cbb835](https://github.com/romdo/release-bot-tests/commit/7cbb835beb8ba858841c49c3d7a6c8353fd4ccbc)) + + +### Reverts + +* feat(workflow): experimental reusable workflow, again ([d49c255](https://github.com/romdo/release-bot-tests/commit/d49c2558cd28ed890cf342fbda3ed303cf58502e)) + ## [0.0.13](https://github.com/romdo/release-bot-tests/compare/v0.0.12...v0.0.13) (2023-05-08) diff --git a/VERSION b/VERSION index 43b2961..9789c4c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.13 +0.0.14