Release 1.3.3

This commit is contained in:
Shawn Erquhart 2018-03-06 17:18:49 -05:00
parent 3a0929304c
commit 030b5a564c
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@
</details>
## 1.3.3 (March 6, 2018)
Fixes load failure
* Fix bugs introduced by manual initialization ([@erquhart](https://github.com/erquhart) in [#1157](https://github.com/netlify/netlify-cms/pull/1157))
## 1.3.2 (March 6, 2018)
Fixes date widget default format, collection load failure when entry fails

View File

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