Skip to content

Commit 48bbc19

Browse files
committed
chore(release): 1.1.2
1 parent e39ca86 commit 48bbc19

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.1.2](https://github.com/DCsunset/vscode-modal-editor/compare/v1.1.1...v1.1.2) (2022-05-12)
6+
7+
8+
### Bug Fixes
9+
10+
* close widgets when pressing escape ([e39ca86](https://github.com/DCsunset/vscode-modal-editor/commit/e39ca8638777b78f0e62566d10dbacbc2d23d7ad))
11+
* fix goto mode in helix preset ([a0f6360](https://github.com/DCsunset/vscode-modal-editor/commit/a0f6360c105ec8c6247ef26d263de21bab9b66c8))
12+
* optimize helix preset ([e676c7f](https://github.com/DCsunset/vscode-modal-editor/commit/e676c7f657f4a61d997205839aa8ac98be97036a))
13+
514
### [1.1.1](https://github.com/DCsunset/vscode-modal-editor/compare/v1.1.0...v1.1.1) (2022-05-11)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-modal-editor",
33
"displayName": "ModalEditor",
44
"description": "Customizable extension to turn VS Code into a modal editor",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"publisher": "DCsunset",
77
"license": "AGPL-3.0",
88
"repository": {

0 commit comments

Comments
 (0)