diff --git a/CHANGELOG.md b/CHANGELOG.md index aece9cd6..129bc187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ +## 1.3.5 (March 6, 2018) +Fixes styling issues + +* Revert lockfile update due to breaking changes in css processing deps ([@erquhart](https://github.com/erquhart)) + +## 1.3.4 (March 6, 2018) +Fixes editorial workflow entry failure + +* Fix editorial workflow entries not loading ([@erquhart](https://github.com/erquhart)) + ## 1.3.3 (March 6, 2018) Fixes load failure diff --git a/package.json b/package.json index 30b10227..411396bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "1.3.4", + "version": "1.3.5", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {