diff --git a/CHANGELOG.md b/CHANGELOG.md index af42183..85c7591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [7.2.0](https://github.com/babel/babel-library-boilerplate/releases/tag/7.2.0) + +- JSCS now logs output when it fails +- LiveReload snippet in unit test browser file will now work across your local network, + making it easier for you to test on other devices + ### [7.1.0](https://github.com/babel/babel-library-boilerplate/releases/tag/7.1.0) - Travis tests run on Node 4 and the stable release of Node diff --git a/app/templates/test/runner.html b/app/templates/test/runner.html index f25944a..371619b 100644 --- a/app/templates/test/runner.html +++ b/app/templates/test/runner.html @@ -16,7 +16,7 @@ - + diff --git a/package.json b/package.json index bb9492d..bb5e997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-babel-boilerplate", - "version": "7.1.0", + "version": "7.2.0", "description": "Generate a boilerplate for a library written in ES2015 for Node and the browser.", "main": "app/index.js", "scripts": {