From fa74bab1544972746a9386f3cc73ac625b099050 Mon Sep 17 00:00:00 2001 From: Lawrence Carvalho Date: Sun, 3 Sep 2017 14:18:08 +0100 Subject: [PATCH] update to 1.5.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb960df..c5f7947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.0] - 2017-09-03 +### Added + +- Feature optionally use template literals as the data table instead of nested arrays. + ## [1.4.0] - 2017-09-03 ### Added diff --git a/package.json b/package.json index f7199bf..6d65310 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unroll", - "version": "1.4.0", + "version": "1.5.0", "description": "A helper tool to easily iterate through test data against a test method with verbose output about each iteration.", "main": "index.js", "scripts": {