From 312aa866ea98054be935feb363aba1365ff070f0 Mon Sep 17 00:00:00 2001 From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com> Date: Mon, 5 Feb 2018 05:53:57 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/anycli/config/compare/23c3d2f063ecbe3d34ee56b5063d8298a2a53349...v1.2.0) (2018-02-05) ### Features * add hook context ([c287a0e](https://github.com/anycli/config/commit/c287a0e)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca55429f..290817c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# [1.2.0](https://github.com/anycli/config/compare/23c3d2f063ecbe3d34ee56b5063d8298a2a53349...v1.2.0) (2018-02-05) + + +### Features + +* add hook context ([c287a0e](https://github.com/anycli/config/commit/c287a0e)) + ## [1.1.8](https://github.com/anycli/config/compare/a436947f7dd537282934b1398b952102762fb1de...v1.1.8) (2018-02-05) diff --git a/package.json b/package.json index 4796e05b..dcc11628 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@anycli/config", "description": "base config object and standard interfaces for anycli components", - "version": "1.1.8", + "version": "1.2.0", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/anycli/config/issues", "dependencies": {},