Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DCsunset committed Aug 10, 2024
1 parent 81664b4 commit 8c48060
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

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


### ⚠ BREAKING CHANGES

* don't clear selections in setMode

### Features

* add option to prevent clearing selections on insert mode ([583bb8b](https://github.com/DCsunset/vscode-modal-editor/commit/583bb8bbd7bc07f6c7367d502d084ec8488f6637))


### Bug Fixes

* don't clear selections in setMode ([dee9bfc](https://github.com/DCsunset/vscode-modal-editor/commit/dee9bfc961b02dbc61778dde4ac2bc40bb1b9249))

## [1.9.2](https://github.com/DCsunset/vscode-modal-editor/compare/v1.9.1...v1.9.2) (2024-01-21)

## [1.9.1](https://github.com/DCsunset/vscode-modal-editor/compare/v1.9.0...v1.9.1) (2024-01-14)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-modal-editor",
"displayName": "ModalEditor",
"description": "Customizable extension to turn VS Code into a modal editor",
"version": "1.9.2",
"version": "1.10.0",
"publisher": "DCsunset",
"license": "AGPL-3.0",
"repository": {
Expand Down

0 comments on commit 8c48060

Please sign in to comment.