From fd6ad6cdb0746bc5547b5bfc5d474c9ab84d68f7 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Wed, 23 Jan 2019 13:59:53 -0800 Subject: [PATCH] chore: prepare v0.1.0-alpha.9 release (#111) Signed-off-by: Andrew Rynhard --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afbc990f..e6789828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [0.1.0-alpha.9](https://github.com/autonomy/conform/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2019-01-21) + + +### Bug Fixes + +* **policy:** use natural language processing for imperative check ([#109](https://github.com/autonomy/conform/issues/109)) ([3f75846](https://github.com/autonomy/conform/commit/3f75846)) + + +### Features + +* add license header policy ([#105](https://github.com/autonomy/conform/issues/105)) ([f5ed717](https://github.com/autonomy/conform/commit/f5ed717)) +* **policy:** add imperative mood check ([#108](https://github.com/autonomy/conform/issues/108)) ([5c6620a](https://github.com/autonomy/conform/commit/5c6620a)) + + + # [0.1.0-alpha.8](https://github.com/autonomy/conform/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2019-01-13)