Release 0.7.4

This commit is contained in:
Shawn Erquhart 2017-11-15 13:00:58 -05:00
parent aa813e8569
commit dcf3a4574a
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@
</summary>
</details>
## 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))

View File

@ -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": {