Release 1.3.1

This commit is contained in:
Shawn Erquhart 2018-03-03 22:38:03 -05:00
parent 2a3b2d19fe
commit 2949e01b37
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@
</details> </details>
## 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) ## 1.3.0 (February 27, 2018)
Multi-part extensions, e.g. "en.md", a11y improvements in the editor, and bugfixes. Multi-part extensions, e.g. "en.md", a11y improvements in the editor, and bugfixes.

View File

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