Release 0.7.2

This commit is contained in:
Shawn Erquhart 2017-11-11 14:58:47 -05:00
parent c0b0cd5e9f
commit 495e7c8743
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,11 @@
</summary>
</details>
## 0.7.2 (November 11, 2017)
* Only rebase editorial workflow pull requests if assets are stored in content repo ([@erquhart](https://github.com/erquhart) in [#804](https://github.com/pulls/804))
* Fix Netlify Identity widget logout method being called after signup redirect ([@tech4him1](https://github.com/tech4him1) in [#805](https://github.com/pulls/805))
## 0.7.1 (November 11, 2017)
* Enable sourcemaps ([@erquhart](https://github.com/erquhart) in [#803](https://github.com/pulls/803))

View File

@ -1,6 +1,6 @@
{
"name": "netlify-cms",
"version": "0.7.1",
"version": "0.7.2",
"description": "Netlify CMS lets content editors work on structured content stored in git",
"main": "dist/cms.js",
"scripts": {