diff --git a/CHANGELOG.md b/CHANGELOG.md index 145cc374..004c97af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ +## 1.3.1 (February 27, 2018) +Fixes editorial workflow failure for unknown collections. + +* Report editorial workflow load errors, ignore entries with unkown collections ([@erquhart](https://github.com/erquhart) in [#1153](https://github.com/netlify/netlify-cms/pull/1153)) + ## 1.3.0 (February 27, 2018) Multi-part extensions, e.g. "en.md", a11y improvements in the editor, and bugfixes. diff --git a/package.json b/package.json index 1fa6fb27..7ca329f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "1.3.0", + "version": "1.3.1", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {