diff --git a/HISTORY.md b/HISTORY.md index 319be0e..3170bec 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 1.1.0 (October 26, 2017) + +- Bump `source-fragment` version to `^1.1.0` +- Changed output of source fragments to shift code to the left by removing spaces as much as possible (using `collapseOffset` option) + ## 1.0.0 (October 1, 2017) - Initial release diff --git a/package.json b/package.json index 4fdfd35..0d363c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-source-fragment", - "version": "1.0.0", + "version": "1.1.0", "description": "Express middleware to get a source fragment", "author": "Roman Dvornov ", "license": "MIT",