Skip to content

Commit 2496e4e

Browse files
committed
chore(release): 1.11.0
1 parent 29cd1ec commit 2496e4e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
3+
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.
4+
5+
## [1.11.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.10.0...v1.11.0) (2025-04-11)
6+
7+
8+
### Features
9+
10+
* add option to disable number prefix parsing ([29cd1ec](https://github.com/DCsunset/vscode-modal-editor/commit/29cd1ecf5dac831edf7db542bfc9777a062833ac))
411

512
## [1.10.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.9.2...v1.10.0) (2024-08-10)
613

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

0 commit comments

Comments
 (0)