From 80c7d94d82ab3aa6442f11dd7a97faf4af7005ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:48:38 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ab65516..e7e32b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.8.1", + ".": "0.9.0", "editor-components/todo": "0.1.1", "widgets/url": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef3dad..928124d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.9.0](https://github.com/hugomods/decap-cms/compare/v0.8.1...v0.9.0) (2024-01-21) + + +### Features ✨ + +* add the aliases field ([#82](https://github.com/hugomods/decap-cms/issues/82)) ([3c5af67](https://github.com/hugomods/decap-cms/commit/3c5af6799fbf4eb4e108e3b184c642589398484a)) +* add the expiry date field ([#86](https://github.com/hugomods/decap-cms/issues/86)) ([3197a60](https://github.com/hugomods/decap-cms/commit/3197a60a58edc7796560e76301088296d96a9c3d)) +* add the lastmod field ([188406f](https://github.com/hugomods/decap-cms/commit/188406fd741a61bfdc99c5aebc50a6043e44a1fe)) +* add the linkTitle field ([feb7816](https://github.com/hugomods/decap-cms/commit/feb781699d814fa732d14bcaec0aaa5f5c88fff2)) +* add the noindex field ([#87](https://github.com/hugomods/decap-cms/issues/87)) ([41ec978](https://github.com/hugomods/decap-cms/commit/41ec978bc3c9b586530ba950d1632207ee916e61)) +* add the summary field ([255cba9](https://github.com/hugomods/decap-cms/commit/255cba96d2ddaf179aaa8bb4cfc6390ab949e73f)) +* add the weight field ([afc0a00](https://github.com/hugomods/decap-cms/commit/afc0a0074e99efe0983e8c938fdbbf4048a58bdc)) +* translate field labels via Hugo i18n ([#81](https://github.com/hugomods/decap-cms/issues/81)) ([fdb68d6](https://github.com/hugomods/decap-cms/commit/fdb68d6d4385f83aa7e2e70cf05245f76412736b)) + + +### Bug Fixes 🐞 + +* correct extended configuration merging when fields are in type array ([7c87ebc](https://github.com/hugomods/decap-cms/commit/7c87ebc05f7f625ae67b2c34fc8c9642729bc467)) +* correct the UI locale for Chinese ([#77](https://github.com/hugomods/decap-cms/issues/77)) ([7a8363a](https://github.com/hugomods/decap-cms/commit/7a8363a1edc00e4c65b97bb9df98e762bd331e3d)) +* set default i18n attribute for fields ([#78](https://github.com/hugomods/decap-cms/issues/78)) ([c8a5cc2](https://github.com/hugomods/decap-cms/commit/c8a5cc2082436f572b7c410494aa3ac9304e0aff)) +* set expiryDate field default vaule as empty ([8998c69](https://github.com/hugomods/decap-cms/commit/8998c69143ace22ac9c7f53a71f00292fa92238b)) +* update LICENSE ([8f948df](https://github.com/hugomods/decap-cms/commit/8f948df4eb9c6da9cf9eb1452a5e0c315edb39cc)) +* use language codes as locales as is ([#75](https://github.com/hugomods/decap-cms/issues/75)) ([272c9a2](https://github.com/hugomods/decap-cms/commit/272c9a2dcd7bed9fb73d5ef033b75adb7387fc55)) + ## [0.8.1](https://github.com/hugomods/decap-cms/compare/v0.8.0...v0.8.1) (2024-01-13)