From ba552f3d4683a15d167232bdbbdeb867f33c3f59 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Tue, 6 Mar 2018 16:47:01 -0500 Subject: [PATCH] Release 1.3.2 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cac7992..c6f5413c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ Click to see more. - * Fix date widget default format ([@erquhart](https://github.com/erquhart) in [#1143](https://github.com/netlify/netlify-cms/pull/1143)) +## 1.3.2 (March 6, 2018) +Fixes date widget default format, collection load failure when entry fails + +* Fix date widget default format ([@erquhart](https://github.com/erquhart) in [#1143](https://github.com/netlify/netlify-cms/pull/1143)) +* Fix collection failure when individual entries fail to load ([@tech4him1](https://github.com/tech4him1) in [#1093](https://github.com/netlify/netlify-cms/pull/1093)) + +### Beta Features +* Allow manual initialization and config injection ([@erquhart](https://github.com/erquhart) in [#1149](https://github.com/netlify/netlify-cms/pull/1149)) + ## 1.3.1 (March 3, 2018) Fixes editorial workflow failure for unknown collections. diff --git a/package.json b/package.json index db486598..bda95409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "1.3.1", + "version": "1.3.2", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {