Skip to content

Commit 1770c77

Browse files
committed
chore(release): 1.1.0
1 parent a0d78ab commit 1770c77

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.0.0...v1.1.0) (2022-05-11)
6+
7+
8+
### Features
9+
10+
* add cut command ([a845532](https://github.com/DCsunset/vscode-modal-editor/commit/a845532b42401ba88a478bae15609f9fa0fca96f))
11+
* add moveHalfPage command ([86e7bd3](https://github.com/DCsunset/vscode-modal-editor/commit/86e7bd3eb88626d2257d8b54569cb5e6c206cd99))
12+
13+
14+
### Bug Fixes
15+
16+
* add command palette in helix preset ([eba3c75](https://github.com/DCsunset/vscode-modal-editor/commit/eba3c754eb9d7585940ee72b95351b6a12a5bcb5))
17+
* fix cut motion in helix preset ([9968e85](https://github.com/DCsunset/vscode-modal-editor/commit/9968e85500b03a812324a868020321ababa87048))
18+
* fix delete command in helix preset ([31f9ef2](https://github.com/DCsunset/vscode-modal-editor/commit/31f9ef222afacfe440bcb94658a881681a71e629))
19+
* fix goto mode in helix preset ([6029ae4](https://github.com/DCsunset/vscode-modal-editor/commit/6029ae443c993cdb9d6855eb57eb8e362e577075))
20+
* split moveHalfPage into two commands ([084b01c](https://github.com/DCsunset/vscode-modal-editor/commit/084b01c87a4b8d191494b9eda5d549784c62f1f4))
21+
522
## [1.0.0](https://github.com/DCsunset/vscode-modal-editor/compare/v0.9.0...v1.0.0) (2022-05-05)
623

724

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.0.0",
5+
"version": "1.1.0",
66
"publisher": "DCsunset",
77
"license": "AGPL-3.0",
88
"repository": {

0 commit comments

Comments
 (0)