Release 0.7.4
This commit is contained in:
parent
aa813e8569
commit
dcf3a4574a
@ -6,6 +6,12 @@
|
|||||||
</summary>
|
</summary>
|
||||||
</details>
|
</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)
|
## 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))
|
* Fix persisting files with no body/data files ([@ebello](https://github.com/ebello) in [#808](https://github.com/netlify/netlify-cms/pull/808))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "netlify-cms",
|
"name": "netlify-cms",
|
||||||
"version": "0.7.3",
|
"version": "0.7.4",
|
||||||
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
||||||
"main": "dist/cms.js",
|
"main": "dist/cms.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user