From bf01da12321908914e0e26f4755e47e24594322b Mon Sep 17 00:00:00 2001 From: tillarnold Date: Tue, 1 Mar 2016 23:04:06 +0100 Subject: [PATCH] Version 0.7.0 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e72b665..b19dee8 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ If `grunt-jsxhint` is lacking a feature or if you found bug (or a typo in the RE ## Release History +* 2016-03-01   v0.7.0   Use babel. * 2015-04-07   v0.6.0   Add `additionalSuffixes` option. * 2015-02-06   v0.5.0   Update dependencies and remove /** @jsx React.DOM */ * 2014-10-29   v0.4.0   Add support for `.react.js` suffix diff --git a/package.json b/package.json index e684d50..1741d72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-jsxhint", "description": "jshint for jsx", - "version": "0.6.0", + "version": "0.7.0", "homepage": "https://github.com/tillarnold/grunt-jsxhint", "author": "Till Arnold", "license": "MIT",