diff --git a/README.md b/README.md index e9e1225..1b36f42 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 1d6bbc9..9bc165b 100644 --- a/package.json +++ b/package.json @@ -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",