From 7a2a90479053fbdcc4b5bd842c201f161d308906 Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Wed, 3 Oct 2018 20:25:34 +0000 Subject: [PATCH] chore(release): 1.8.2 [skip ci] ## [1.8.2](https://github.com/oclif/config/compare/v1.8.1...v1.8.2) (2018-10-03) ### Bug Fixes * make hook typing less strict ([#58](https://github.com/oclif/config/issues/58)) ([b148583](https://github.com/oclif/config/commit/b148583)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9803afcb..aa98bbf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.2](https://github.com/oclif/config/compare/v1.8.1...v1.8.2) (2018-10-03) + + +### Bug Fixes + +* make hook typing less strict ([#58](https://github.com/oclif/config/issues/58)) ([b148583](https://github.com/oclif/config/commit/b148583)) + ## [1.8.1](https://github.com/oclif/config/compare/v1.8.0...v1.8.1) (2018-10-02) diff --git a/package.json b/package.json index ab729417..3f005a31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/config", "description": "base config object and standard interfaces for oclif components", - "version": "1.8.1", + "version": "1.8.2", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/config/issues", "dependencies": {