From 778a3b5cbeb13c3753c361ea46a504b52af6a5d1 Mon Sep 17 00:00:00 2001 From: Odair M <odairmario45@gmail.com> Date: Thu, 3 Nov 2022 09:57:23 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ cz.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..59ae687 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.1.0 (2022-11-03) + +### Feat + +- **build**: add .gitkeep on empty directories diff --git a/cz.yaml b/cz.yaml index b2de302..67604a0 100644 --- a/cz.yaml +++ b/cz.yaml @@ -1,4 +1,4 @@ commitizen: name: cz_conventional_commits tag_format: $version - version: 0.0.1 + version: 0.1.0 -- GitLab