v1.17.0. Added new custom field type for JSON data

This commit is contained in:
Andris Reinman 2016-08-29 16:42:41 +03:00
parent 69ff628cda
commit 0c0942cf64
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.17.0 2016-08-29
* Added new custom field for JSON data that is rendered using Handlebars when included in an email
## 1.16.0 2016-08-29
* Render list values using Handlebars templates

View file

@ -1,7 +1,7 @@
{
"name": "mailtrain",
"private": true,
"version": "1.16.0",
"version": "1.17.0",
"description": "Self hosted email newsletter app",
"main": "index.js",
"scripts": {