From e85a7a64dcbd15204bd0f2601871f2b51aa86bdb Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 18 Oct 2022 21:53:18 +0200 Subject: [PATCH] CHANGELOG.md update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea503ec..fc49613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added - Allow for customizing the changelog introduction. - Make `changelog.instance` property public. -- Introduce changelog `description` and changelog section summary [#127](../../issues/127) +- Introduce changelog `summary` and changelog property [#127](../../issues/127) - Introduce changelog `preTitle` and `title` changelog properties - Ensure patched changelog ends with a newline [#126](../../issues/126) - Added the `--version=...` CLI parameter for the `getChangelog` task [#83](../../issues/83)