diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f5413c..aece9cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ +## 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 diff --git a/package.json b/package.json index bda95409..cddf0c6e 100644 --- a/package.json +++ b/package.json @@ -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": {