Release 1.1.0

This commit is contained in:
Shawn Erquhart 2018-01-25 13:18:26 -05:00
parent 7053ccd8ec
commit 19e76479f6
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,11 @@
</summary>
</details>
## 1.1.0 (January 25, 2018)
* Fix metadata handling for all children of a list field ([@Quicksaver](https://github.com/Quicksaver) in [#719](https://github.com/netlify/netlify-cms/pull/719))
* Allow registry of external backends ([@talves](https://github.com/talves) in [#1011](https://github.com/netlify/netlify-cms/pull/1011))
## 1.0.4 (January 23, 2018)
* Fix markdown widget re-rendering after load ([@erquhart](https://github.com/erquhart) in [#955](https://github.com/netlify/netlify-cms/pull/955))

View File

@ -1,6 +1,6 @@
{
"name": "netlify-cms",
"version": "1.0.4",
"version": "1.1.0",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {