From 60f589ed67b3a7b1b92a81f9345069f52aa64132 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:08:16 +0000 Subject: [PATCH] chore(master): release 1.1.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd27ad1..28c8db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/mikavilpas/yazi.nvim/compare/v1.1.2...v1.1.3) (2024-06-16) + + +### Bug Fixes + +* exiting insert mode with "<esc>" ([bc2aabb](https://github.com/mikavilpas/yazi.nvim/commit/bc2aabbc23aa194b7a3e7aed5a0d466d0a7565f9)) + ## [1.1.2](https://github.com/mikavilpas/yazi.nvim/compare/v1.1.1...v1.1.2) (2024-06-05)