Skip to content

Commit b56efdd

Browse files
committed
chore(release): 1.3.0
1 parent 16b515f commit b56efdd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.3.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.2.2...v1.3.0) (2022-06-03)
6+
7+
8+
### Features
9+
10+
* add case tranformation in helix preset ([66e18cb](https://github.com/DCsunset/vscode-modal-editor/commit/66e18cb206aa213fab51128236fb0002b536a591))
11+
* add text transformation commands ([0eabe69](https://github.com/DCsunset/vscode-modal-editor/commit/0eabe69e64299f51281273b57bda6741869a1875))
12+
513
### [1.2.2](https://github.com/DCsunset/vscode-modal-editor/compare/v1.2.1...v1.2.2) (2022-05-27)
614

715

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

0 commit comments

Comments
 (0)