From 19e76479f636d2f07f5b447be95c481878d9f25f Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Thu, 25 Jan 2018 13:18:26 -0500 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d82c881..323fad96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ +## 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)) diff --git a/package.json b/package.json index f61c3a85..009a19ca 100644 --- a/package.json +++ b/package.json @@ -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": {