From 227ece2c3c42b0567ef7b513b6da5ea29dad414e Mon Sep 17 00:00:00 2001 From: Jake Rogers Date: Sat, 9 Mar 2024 07:47:09 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.0=20=E2=86=92=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 7a0398a..f224b29 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -9,5 +9,5 @@ commitizen: template: .cz.changelog.md.j2 update_changelog_on_bump: true use_shortcuts: true - version: 1.2.0 + version: 1.2.1 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index c121b25..430d5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.1 (2024-03-09) + +### Fix + +- **tmux**: enforce emacs bindings + ## v1.2.0 (2024-03-08) ### Feature