From 535a62857cfc239843f6f7770658544a9322c5f8 Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Wed, 23 Aug 2023 22:48:52 +0300 Subject: [PATCH] docs(changelog): generate for v1.5.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa4d5e..9d08649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Generation of this changelog is based on commits +## v1.5.0 + +### Features + +- [92f8126ab] - **commands**: add --amend option to commit sub-command +- [5080d71fb] - **config**: allow more config file names + +### Fixes + +- [53bb1437a] - **commands**: allow chore type (#7) + ## v1.4.0 ### Features