From 9dcb3e1c3f39737f8cba608da665f36ac5b3d5f8 Mon Sep 17 00:00:00 2001 From: meriadec Date: Thu, 30 Aug 2018 21:28:35 +0200 Subject: [PATCH] v2.10.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdd3911..222ff023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 2.10.0 (2018-08-30) + +- [MJML](https://github.com/mjmlio/mjml) 4.1.2 +- Allow to use custom v4 engine again ([#255](https://github.com/mjmlio/mjml-app/pull/255)) - @kmcb777 +- Change path of tmp file for screenshots to respect relative paths ([#246](https://github.com/mjmlio/mjml-app/pull/246)) - @eikaramba +- Change default path of html export ([#245](https://github.com/mjmlio/mjml-app/pull/245)) - @eikaramba +- Stop displaying migrate button after migrating ([44c8137](https://github.com/mjmlio/mjml-app/commit/44c8137ba941a8e816e355e223541f1d96e5841c)) - @kmcb777 +- Allow attributes in mjml tag ([5defeae](https://github.com/mjmlio/mjml-app/commit/5defeaec0f9364dfb3973bb818aa2116a97a7e03)) - @kmcb777 + ### 2.9.0 (2018-04-05) - Ability to create and update code snippets ([#227](https://github.com/mjmlio/mjml-app/pull/227)) - @ngarnier diff --git a/package.json b/package.json index 17d0907f..2111c98b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mjml-app", "productName": "MJML", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "description": "The desktop app for MJML", "repository": "https://github.com/mjmlio/mjml-app",