From dcf3a4574a5e7b691a9da9450b8895ee9526031c Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Wed, 15 Nov 2017 13:00:58 -0500 Subject: [PATCH] Release 0.7.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5499310272..6f7e7fabb30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ +## 0.7.4 (November 15, 2017) + +* Remove trailing slash from directory listing path (@biilmann in #817) +* Fix images with non-lowercase extensions not being treated as images (@erquhart in #816) +* Prompt before closing window with unsaved changes in the editor (@benaiah in #815) + ## 0.7.3 (November 11, 2017) * Fix persisting files with no body/data files ([@ebello](https://github.com/ebello) in [#808](https://github.com/netlify/netlify-cms/pull/808)) diff --git a/package.json b/package.json index 8c311a42db65..d196666b3069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "0.7.3", + "version": "0.7.4", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {