From de4a9774fac1566ebf0f85dca0e2b3ec86569530 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 21 Apr 2021 14:09:53 +0000 Subject: [PATCH] chore(release): cut 8.0.0-alpha.9 [skip ci] # [8.0.0-alpha.9](https://github.com/dhis2/cli-style/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) (2021-04-21) ### Bug Fixes * allow eslint to print colors ([#384](https://github.com/dhis2/cli-style/issues/384)) ([c95a184](https://github.com/dhis2/cli-style/commit/c95a1846c4ee3136cdc9005bd65296bbc1ab2bab)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9910ecb3..bf1539a2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.0.0-alpha.9](https://github.com/dhis2/cli-style/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) (2021-04-21) + + +### Bug Fixes + +* allow eslint to print colors ([#384](https://github.com/dhis2/cli-style/issues/384)) ([c95a184](https://github.com/dhis2/cli-style/commit/c95a1846c4ee3136cdc9005bd65296bbc1ab2bab)) + # [8.0.0-alpha.8](https://github.com/dhis2/cli-style/compare/v8.0.0-alpha.7...v8.0.0-alpha.8) (2021-04-08) diff --git a/package.json b/package.json index 7a9bf6d6..3879211f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-style", - "version": "8.0.0-alpha.8", + "version": "8.0.0-alpha.9", "description": "The code and commit style for DHIS2.", "repository": { "type": "git",