Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Aug 18, 2017
1 parent 23b39e2 commit 01c246a
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.6.0 (2017-08-18)

- Mass export to JPG/PNG ([#166](https://github.com/mjmlio/mjml-app/issues/166))
- Improved beautify ([#140](https://github.com/mjmlio/mjml-app/issues/140))
- Put in trash instead of permanently delete folders & files ([#168](https://github.com/mjmlio/mjml-app/issues/168))

### 2.5.0 (2017-07-28)

- Paste multiple target emails in the send modal ([#164](https://github.com/mjmlio/mjml-app/issues/164))
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.5.0",
"version": "2.6.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.5.0",
"version": "2.6.0",
"description": "The desktop app for MJML",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit 01c246a

Please sign in to comment.