From 03510d6af8f334886b3b02af5aad283715a07c1f Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Thu, 6 Jun 2019 14:52:04 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 854c49d4..0d7e1f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.20.0](https://gitlab.com/openstapps/configuration/compare/v0.19.0...v0.20.0) (2019-06-06) + + +### Bug Fixes + +* only check copyright years for TypeScript files ([1a4ec52](https://gitlab.com/openstapps/configuration/commit/1a4ec52)), closes [#25](https://gitlab.com/openstapps/configuration/issues/25) +* skip template lines to avoid parser errors ([b995bb5](https://gitlab.com/openstapps/configuration/commit/b995bb5)), closes [#26](https://gitlab.com/openstapps/configuration/issues/26) + + + # [0.19.0](https://gitlab.com/openstapps/configuration/compare/v0.18.0...v0.19.0) (2019-06-04)