diff --git a/HISTORY.md b/HISTORY.md index c896987..f446e89 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,9 @@ HISTORY ======= +2016-01-12 0.3.7 https://github.com/zordius/gulp-jsx-coverage/releases/tag/v0.3.7 + * fix .cjsx omitExt option bug + 2016-01-04 0.3.6 https://github.com/zordius/gulp-jsx-coverage/releases/tag/v0.3.6 * support .cjsx files diff --git a/package.json b/package.json index 6c6301b..1ed0f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-jsx-coverage", - "version": "0.3.6", + "version": "0.3.7", "description": "Enable istanbul or isparta coverage on ES2015/babel or coffee-script/cjsx files when you do mocha/jasmine tests, also deal with sourceMap for coverage report and stack trace.", "author": "Zordius ", "contributors": [