Skip to content

Commit 6e1977f

Browse files
committed
v2.9.0
1 parent 2668035 commit 6e1977f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 2.9.0 (2018-04-05)
2+
3+
- Ability to create and update code snippets ([#227](https://github.com/mjmlio/mjml-app/pull/227)) - @ngarnier
4+
- [MJML](https://github.com/mjmlio/mjml) 4.0.3
5+
- Ability to search projects from dashboard ([#220](https://github.com/mjmlio/mjml-app/issues/220))
6+
- Associate .MJML extension with MJML app ([#144](https://github.com/mjmlio/mjml-app/issues/144))
7+
- Fix click on links behind mobile/desktop switch ([#191](https://github.com/mjmlio/mjml-app/issues/191))
8+
19
### 2.8.0 (2018-03-06)
210

311
- [MJML](https://github.com/mjmlio/mjml) 4 ([#213](https://github.com/mjmlio/mjml-app/issues/213)), update of default templates for MJML 4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mjml-app",
33
"productName": "MJML",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"license": "MIT",
66
"description": "The desktop app for MJML",
77
"repository": "https://github.com/mjmlio/mjml-app",

0 commit comments

Comments
 (0)