From 5059f145884bd30859f72e4a78cd519e11ca98d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:43:22 +0800 Subject: [PATCH] chore(main): release 0.2.1 (#9) 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 0262db7..084d283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb79f3e..81d2670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/hbstack/decap-cms/compare/v0.2.0...v0.2.1) (2024-02-05) + + +### Bug Fixes 🐞 + +* describe fields by hint parameter ([f564d3d](https://github.com/hbstack/decap-cms/commit/f564d3db391045b37c51a030f4bd7f26c5b1fb7a)) + ## [0.2.0](https://github.com/hbstack/decap-cms/compare/v0.1.0...v0.2.0) (2024-02-05)