Skip to content

Commit e75028b

Browse files
committed
Release 0.10.0
1 parent 1592bb9 commit e75028b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the `command-server` extension will be documented in this file.
44

5+
## [0.10.0](https://github.com/pokey/cursorless-vscode/tree/0.10.0) (2024-04-23)
6+
7+
- Make `getFocusedElementType` async [#24](https://github.com/pokey/command-server/pull/24) ([@saidelike](https://github.com/saidelike))
8+
59
## [0.8.1](https://github.com/pokey/cursorless-vscode/tree/0.8.0) (2021-12-06)
610

711
- Pre-phrase signal [\#10](https://github.com/pokey/command-server/pull/10) ([pokey](https://github.com/pokey))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/pokey/command-server"
1010
},
11-
"version": "0.9.1",
11+
"version": "0.10.0",
1212
"engines": {
1313
"vscode": "^1.53.0"
1414
},

0 commit comments

Comments
 (0)