From d30071e3d7ff2525b9b8db2080acd92a0c144f4e Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Sun, 20 Aug 2023 03:53:08 +0300 Subject: [PATCH] docs(changelog): generate changelog --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..77e78fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,47 @@ +# Changelog + +## v1.1.1 + +### Fixes + +- [`7a5880d21`] - **commands**: incorrect changelog version generation + +### Miscellaneous + +- [`06f349c75`] - **release**: v1.1.1 + +## v1.1.0 + +### Features + +- [`8e5158726`] - **commands**: add release and changelog commands + +### Miscellaneous + +- [`b05591a31`] - **release**: v1.1.0 + +## v1.0.0 + +### Breaking + +- [`7ef777bb2`] - use commander for command management + +### Miscellaneous + +- [`b07d9aaaa`] - change question formatting, improve readme + +## v1.0.0-alpha.1 + +### Features + +- [`b5ca3152c`] - add support for body (#1) +- [`ce0c01347`] - initial commit + +### Fixes + +- [`2be2887ce`] - make commit body wrap properly +- [`e9d3c5e29`] - incorrect config parsing + +### Miscellaneous + +- [`4e16104d6`] - change intro and outro messages