diff --git a/CHANGELOG.md b/CHANGELOG.md index dace989..503ebf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## 1.0.6 - 2015-10-06 +### Changed +- Input delimiter is automatically chosen based on input, and if nothing is found, the default comma and tab are used + ## 1.0.5 - 2015-10-06 ### Changed - Input can be split by semi-colon diff --git a/mail-merge.sketchplugin/Contents/Sketch/manifest.json b/mail-merge.sketchplugin/Contents/Sketch/manifest.json index 9b8feb2..5caeffd 100644 --- a/mail-merge.sketchplugin/Contents/Sketch/manifest.json +++ b/mail-merge.sketchplugin/Contents/Sketch/manifest.json @@ -3,7 +3,7 @@ "description": "Plugin to merge CSV and templates", "author": "Rob Clarke", "homepage": "http://github.com/kumo/sketch-mail-merge", - "version": "1.0.5", + "version": "1.0.6", "identifier": "it.kumo.sketch.mail-merge", "compatibleVersion": 3.3, "bundleVersion": 1,