Skip to content

Commit 15bec9b

Browse files
committed
chore(release): 1.5.0
1 parent 99c7ef0 commit 15bec9b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.5.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.4.0...v1.5.0) (2022-07-26)
6+
7+
8+
### Features
9+
10+
* support multi-cursor operations ([99c7ef0](https://github.com/DCsunset/vscode-modal-editor/commit/99c7ef06c4ca5eca9becc431cff7f3e7a375e177))
11+
12+
13+
### Bug Fixes
14+
15+
* fix helix preset ([e3fc79d](https://github.com/DCsunset/vscode-modal-editor/commit/e3fc79d8ba7d7fadf9c2c8d43abc7aaadaef6519))
16+
* remove auto generated files from git ([92c5853](https://github.com/DCsunset/vscode-modal-editor/commit/92c5853b74c8fbb53d44ca3cb073f81d752db37f))
17+
518
## [1.4.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.3.0...v1.4.0) (2022-06-10)
619

720

package-lock.json

Lines changed: 1 addition & 1 deletion
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.4.0",
5+
"version": "1.5.0",
66
"publisher": "DCsunset",
77
"license": "AGPL-3.0",
88
"repository": {

0 commit comments

Comments
 (0)