From ba1f6b7dd44c3eeff10c63588c3de4a64b082411 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Sat, 5 Aug 2017 19:06:04 +0200 Subject: [PATCH] Bump to version: v2.2.2 --- CHANGELOG.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9191e..11faf6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). -# Version 2.2.1 (Tue, 20 Jun 2017 21:44:22 GMT) +# Version 2.2.2 (Sat, 05 Aug 2017 17:05:36 GMT) -* [1ea2db7](https://github.com/bootprint/customize-engine-handlebars/commit/1ea2db7) docEngine->callHierarchy: Remove redundant tree-branches - Nils Knappmeier +* [e91e402](https://github.com/bootprint/customize-engine-handlebars/commit/e91e402) doc-engine should not break if partials call @partial-block - Nils Knappmeier +# Version 2.2.1 (Tue, 20 Jun 2017 21:44:22 GMT) +* [1ea2db7](https://github.com/bootprint/customize-engine-handlebars/commit/1ea2db7) docEngine->callHierarchy: Remove redundant tree-branches - Nils Knappmeier # Version 2.2.0 (Fri, 16 Jun 2017 21:28:48 GMT) * [57d1ce2](https://github.com/bootprint/customize-engine-handlebars/commit/57d1ce2) More sophisticated Bootprint module analysis in the "docEngine" - Nils Knappmeier * [74528a0](https://github.com/bootprint/customize-engine-handlebars/commit/74528a0) Doc-Typo, re-add missing "require" on Handlebars for docEngine - Nils Knappmeier - - # Version 2.1.0 (Fri, 09 Jun 2017 20:38:41 GMT) * [1e32be2](https://github.com/bootprint/customize-engine-handlebars/commit/1e32be2) Update dependencies (except chai) - Nils Knappmeier diff --git a/package.json b/package.json index 2556c78..d4f29ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "customize-engine-handlebars", - "version": "2.2.1", + "version": "2.2.2", "description": "Use handlebars as engine for customize", "repository": { "type": "git",