Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Sep 22, 2017
1 parent ad55588 commit 7ebabf3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.7.0 (2017-09-22)

- Ability to change the sender name when sending test email - @Mistra - [#177](https://github.com/mjmlio/mjml-app/pull/177)
- Ability to duplicate project from projects list
- Securize app - prevent crash ([#171](https://github.com/mjmlio/mjml-app/issues/171))

### 2.6.0 (2017-08-18)

- Mass export to JPG/PNG ([#166](https://github.com/mjmlio/mjml-app/issues/166))
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mjml-app",
"version": "2.6.0",
"version": "2.7.0",
"productName": "MJML",
"description": "The desktop app for MJML",
"main": "./main.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "mjml-app",
"productName": "MJML",
"version": "2.6.0",
"version": "2.7.0",
"description": "The desktop app for MJML",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit 7ebabf3

Please sign in to comment.