diff --git a/HISTORY.md b/HISTORY.md index 0cb9774..e28bed1 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +## v2.2.1 2017 April 20 +- Re-add node 0.8 support, as cutting it was unnecessary and problematic + ## v2.2.0 2017 April 16 - Updated base files - Bumped minimum node version from 0.4 to 0.12 to comply with node ecosystem diff --git a/package.json b/package.json index fbdfa34..f909770 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docpad-plugin-eco", - "version": "2.2.0", + "version": "2.2.1", "description": "Adds support for the Eco templating engine to DocPad.", "homepage": "https://github.com/docpad/docpad-plugin-eco", "license": "MIT",