From e93a83384a158ce637ef5f77ea7565d9dfbd83c3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 3 Jun 2024 11:24:11 +0000 Subject: [PATCH] chore(release): 0.2.2 [skip ci] --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a68f9..97da954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.2](https://github.com/cristiand391/zj-quit/compare/0.2.1...0.2.2) (2024-06-03) + + +### Bug Fixes + +* **ui:** Esc -> Cancel ([256fa7e](https://github.com/cristiand391/zj-quit/commit/256fa7ea9e98e4420a360c42b93353af47ec47b1)) + + + ## [0.2.1](https://github.com/cristiand391/zj-quit/compare/0.2.0...0.2.1) (2024-06-02) diff --git a/Cargo.lock b/Cargo.lock index 1cbfc8f..b35cc31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3727,7 +3727,7 @@ dependencies = [ [[package]] name = "zj-quit" -version = "0.2.1" +version = "0.2.2" dependencies = [ "zellij-tile", ] diff --git a/Cargo.toml b/Cargo.toml index de60df2..bdc31a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zj-quit" -version = "0.2.1" +version = "0.2.2" authors = ["Cristian Dominguez"] edition = "2018"