Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed May 12, 2017
1 parent 714924d commit f69f2fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
### 2.0.1 (2017-05-01)
### 2.2.0 (2017-05-12)

- Export desktop & mobile view to image ([#120](https://github.com/mjmlio/mjml-app/issues/120))
- Option to automatically fold lines based on indentation level ([#117](https://github.com/mjmlio/mjml-app/issues/117))
- Option to highlight matching tags ([#116](https://github.com/mjmlio/mjml-app/issues/116))
- Button to beautify MJML ([#96](https://github.com/mjmlio/mjml-app/issues/96))
- Keep history by file when switching file
- Preview images directly in app (to be improved)

### 2.1.0 (2017-05-01)

- Link to online documentation in app menu ([#109](https://github.com/mjmlio/mjml-app/issues/109))
- Display project name in project view ([#108](https://github.com/mjmlio/mjml-app/issues/108))
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.1.0",
"version": "2.2.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.1.0",
"version": "2.2.0",
"description": "The desktop app for MJML",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit f69f2fb

Please sign in to comment.