From e3b1f58f0b0ea3a02b50e4eaa096e02ccc1edff0 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:10:38 +0000 Subject: [PATCH] chore(master): release 0.0.3 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7159c1..28e831b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3498ae6..9564bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/tuihub/tuihub-go/compare/v0.0.2...v0.0.3) (2024-01-10) + + +### Features + +* add default server config ([fa66e62](https://github.com/tuihub/tuihub-go/commit/fa66e6236a22888db5f5a89cf119aa0be3fd4007)) + ## [0.0.2](https://github.com/tuihub/tuihub-go/compare/v0.0.1...v0.0.2) (2024-01-10)