From 9dcf5354232a95f7707ff9b42e43c720dbe7e03e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:43:00 +0000 Subject: [PATCH] chore(master): release 0.0.2 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..c7159c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7fad0..b7d0fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.2](https://github.com/tuihub/tuihub-rss/compare/v0.0.1...v0.0.2) (2024-01-10) + + +### Bug Fixes + +* add Dockerfile ([85c0d24](https://github.com/tuihub/tuihub-rss/commit/85c0d2442eebed82f0282ae56a877a1a5d495186)) +* tested ([b168f78](https://github.com/tuihub/tuihub-rss/commit/b168f78ce4d9acd7675c8b4a6c7693d92749d946)) + ## 0.0.1 (2024-01-10)