diff --git a/HISTORY.md b/HISTORY.md index 8c76b4e..f02c7c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ ## History +## v2.2.2 2017 May 4 +- Version marked as stable. + ## v2.2.1 2017 April 15 - New api loading system. You can use multiple isolated apis. (Sorry for breaking changes) - Added new version due to errors in npm registry. diff --git a/package.json b/package.json index e0a89e6..b883f8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docpad-plugin-api", - "version": "2.2.1", + "version": "2.2.2", "description": "DocPad plugin that injects your custom REST api inside a site built with Docpad.", "homepage": "https://github.com/univunix/docpad-plugin-api", "license": "MIT",