From 694cd76c86534347ea7536f2749eb20b8f4e2314 Mon Sep 17 00:00:00 2001 From: prisis Date: Tue, 15 Oct 2019 10:23:48 +0200 Subject: [PATCH] build : added changelog --- .changelog | 2 +- CHANGELOG.md | 13 ++++++++++++- composer.json | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.changelog b/.changelog index a9dbac2..e002f38 100644 --- a/.changelog +++ b/.changelog @@ -7,7 +7,7 @@ return [ new ChangelogConfig( 'narrowspark', 'testing-helper', - 'v8.0.1', + 'v8.0.2', ['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security'] ) ]; diff --git a/CHANGELOG.md b/CHANGELOG.md index 163826e..fbfbc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +v8.0.2 +====== + +- Total issues resolved: **0** +- Total pull requests resolved: **1** +- Total contributors: **1** + +Fixed +----- + + - [26: fix : added removed phpunit InvalidArgumentHelper](https://github.com/narrowspark/testing-helper/pull/26) thanks to @prisis + v8.0.1 ====== @@ -9,4 +21,3 @@ Changed ------- - [22: style fixes](https://github.com/narrowspark/testing-helper/pull/22) thanks to @prisis - diff --git a/composer.json b/composer.json index 5ea9b21..2149f1a 100644 --- a/composer.json +++ b/composer.json @@ -59,9 +59,9 @@ "minimum-stability": "dev", "prefer-stable": true, "scripts": { - "changelog": "changelog-generator generate --config=\".changelog\" --file --append", + "changelog": "changelog-generator generate --config=\".changelog\" --file --prepend", "coverage": "phpunit --coverage-html=\"build/logs\"", - "cs": "php-cs-fixer fix", + "cs": "php-cs-fixer fix -v", "cs-check": "php-cs-fixer fix -v --dry-run --stop-on-violation", "phpstan": "phpstan analyse -c phpstan.neon src --memory-limit=-1", "test": "phpunit"