Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 21, 2024
1 parent 7c87ebc commit 80c7d94
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.8.1",
".": "0.9.0",
"editor-components/todo": "0.1.1",
"widgets/url": "0.1.1"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 80c7d94

Please sign in to comment.