Skip to content

Commit 2fb02b5

Browse files
committed
chore(release): 1.2.0
1 parent 0b1d647 commit 2fb02b5

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.2.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.1.2...v1.2.0) (2022-05-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* set count to undefined if no prefix
11+
12+
### Features
13+
14+
* add G motion and fix gotoLine command ([0b1d647](https://github.com/DCsunset/vscode-modal-editor/commit/0b1d647232c98d2b73cd197ddce6f133d34b6772))
15+
* set count to undefined if no prefix ([b2202b8](https://github.com/DCsunset/vscode-modal-editor/commit/b2202b8a59d8c5418ccee5debb13486b6e892414))
16+
17+
18+
### Bug Fixes
19+
20+
* remove gotoLineSelect command ([2da91c0](https://github.com/DCsunset/vscode-modal-editor/commit/2da91c04f1eeac05d9cb4297812a1ad1ce727738))
21+
522
### [1.1.2](https://github.com/DCsunset/vscode-modal-editor/compare/v1.1.1...v1.1.2) (2022-05-12)
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.1.2",
5+
"version": "1.2.0",
66
"publisher": "DCsunset",
77
"license": "AGPL-3.0",
88
"repository": {

0 commit comments

Comments
 (0)