Release 0.7.5

This commit is contained in:
Shawn Erquhart 2017-11-19 02:17:19 -05:00
parent 9569f18ee4
commit 1344fca7d8
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@
</summary> </summary>
</details> </details>
## 0.7.5 (November 19, 2017)
* Add private media support for asset integrations ([@erquhart](https://github.com/erquhart) in [#834](https://github.com/netlify/netlify-cms/pull/834))
## 0.7.4 (November 15, 2017) ## 0.7.4 (November 15, 2017)
* Remove trailing slash from directory listing path ([@biilmann](https://github.com/biilmann) in [#817](https://github.com/netlify/netlify-cms/pull/817)) * Remove trailing slash from directory listing path ([@biilmann](https://github.com/biilmann) in [#817](https://github.com/netlify/netlify-cms/pull/817))

View File

@ -1,6 +1,6 @@
{ {
"name": "netlify-cms", "name": "netlify-cms",
"version": "0.7.4", "version": "0.7.5",
"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": {