Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ See the [Command Runner document](https://marketplace.visualstudio.com/items?ite

## Release Notes

### 1.5.1
Support extensionKind ui or workspace.

### 1.5.0
New Feature: Simple usage only with keybindings.json
New Feature: Object style settings for merging user settings and workspace settings.
Expand Down
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": "multi-command",
"displayName": "multi-command",
"description": "Invoke multiple commands as one command.",
"version": "1.5.0",
"version": "1.5.1",
"publisher": "ryuta46",
"repository": {
"type": "git",
Expand Down