diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d7e6dc..2c433ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 2.4.0 (2017-06-09) + +- MJML 3.3.3 +- Sync autocomplete attributes with MJML 3.3.3 - @ngarnier +- Add Try-it-live link to the menu - @MateuszDabrowski +- Alternative high contrast theme ([#136](https://github.com/mjmlio/mjml-app/issues/136)) +- Display syntax errors directly in editor ([#142](https://github.com/mjmlio/mjml-app/issues/142)) +- Customize `Subject` field when sending email ([#139](https://github.com/mjmlio/mjml-app/issues/139)) +- Prevent scrollbars on screenshots ([#120](https://github.com/mjmlio/mjml-app/issues/120)) + ### 2.3.0 (2017-05-26) - Send email to multiple targets ([#126](https://github.com/mjmlio/mjml-app/issues/126)) diff --git a/app/package.json b/app/package.json index c72ef324..bb2dd522 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "mjml-app", - "version": "2.3.0", + "version": "2.4.0", "productName": "MJML", "description": "The desktop app for MJML", "main": "./main.js", diff --git a/package.json b/package.json index b8ecd477..6fc259ce 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "mjml-app", "productName": "MJML", - "version": "2.3.0", + "version": "2.4.0", "description": "The desktop app for MJML", "main": "app/main.js", "scripts": {