Release 1.3.2

This commit is contained in:
Shawn Erquhart 2018-03-06 16:47:01 -05:00
parent c31aaae0d4
commit ba552f3d46
2 changed files with 10 additions and 2 deletions

View File

@ -5,9 +5,17 @@
Click to see more.
</summary>
* Fix date widget default format ([@erquhart](https://github.com/erquhart) in [#1143](https://github.com/netlify/netlify-cms/pull/1143))
</details>
## 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.

View File

@ -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": {