diff --git a/README.md b/README.md index 31e92b5..148541c 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. changed functionality. Lint and test your code using jshint ## Release History + - 3.0.1 Fixes for backward compatibility and regex cleanups (thanks to @anseki for suggestions, #77) - 3.0.0 Breaking changes: diff --git a/package.json b/package.json index 003bd12..756d3f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preprocess", "description": "Preprocess directives in HTML, JavaScript, etc directives based off variable context", - "version": "3.0.0", + "version": "3.0.1", "homepage": "https://github.com/jsoverson/preprocess", "author": { "name": "Jarrod Overson",