From d3129168aead49f49b089f2abc264c9045bea994 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Tue, 6 Mar 2018 18:06:34 -0500 Subject: [PATCH] Release 1.3.5 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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": {