From dbaaa5c0dea47abc50c294bb5ec6a47fb6fbea8b Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Sat, 11 Nov 2017 21:54:35 -0500 Subject: [PATCH] Release 0.7.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343421d8..ee8a8b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ +## 0.7.3 (November 11, 2017) + +* Fix persisting files with no body/data files ([@ebello](https://github.com/ebello) in [#808](https://github.com/pulls/808)) +* Fix ControlHOC ref for redux container widgets ([@erquhart](https://github.com/erquhart) in [#812](https://github.com/pulls/812)) +* Fix entries not saving due to null integrations state ([@erquhart](https://github.com/erquhart) in [#814](https://github.com/pulls/814)) +* Fix requestAnimationFrame warnings in tests ([@tech4him1](https://github.com/tech4him1) in [#811](https://github.com/pulls/811)) + ## 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)) diff --git a/package.json b/package.json index bc9b9c15..8c311a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cms", - "version": "0.7.2", + "version": "0.7.3", "description": "Netlify CMS lets content editors work on structured content stored in git", "main": "dist/cms.js", "scripts": {