From a3dc73dfd4a392dc2f58fd23dfc65a79c5b57d4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 00:06:34 +0100 Subject: [PATCH] chore(master): release 0.0.12 (#12) 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 97bd187..fb06ce7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.11" + ".": "0.0.12" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0ede5..b31d521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.12](https://github.com/tuihub/tuihub-go/compare/v0.0.11...v0.0.12) (2024-07-19) + + +### Features + +* add json schema util ([c6153f5](https://github.com/tuihub/tuihub-go/commit/c6153f59847fd286b86ccb44f26791ba5d3eb4ef)) + ## [0.0.11](https://github.com/tuihub/tuihub-go/compare/v0.0.10...v0.0.11) (2024-07-19)