From 90af8b73b35abc986efa5461c4e3c30a45a87de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Gonz=C3=A1lez?= Date: Thu, 4 May 2017 16:01:32 +0200 Subject: [PATCH] Marking as stable v2.2.2 --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",