diff --git a/README.md b/README.md index a593c4e3..b0f1459a 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ Create a pull request! ## Releases and Changelogs +### 1.6.0 (2016-12-15) + - [MJML 3.1.1](https://github.com/mjmlio/mjml/releases/tag/3.1.1) 🆙 + ### 1.5.0 (2016-10-18) - [MJML 3.0.0](https://github.com/mjmlio/mjml/releases/tag/3.0.0) 🆙 diff --git a/package.json b/package.json index 3858d8b5..d3687d6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "mjml-app", - "version": "1.5.0", + "version": "1.6.0", "description": "The only framework that makes responsive-email easy", "main": "main.js", "scripts": { @@ -122,7 +122,7 @@ "classnames": "^2.2.3", "immutable": "^3.7.6", "lodash": "^4.6.1", - "mjml": "^3.0.0", + "mjml": "^3.1.1", "mkdirp": "^0.5.1", "node-mailjet": "^1.1.0", "pure-render-decorator": "^1.1.0",