Skip to content

Commit

Permalink
Update version to v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Jul 9, 2023
1 parent dd072a1 commit 4d07a7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Keyboard Macro Bata extension will be documented in this file.

### [Unreleased]
### [0.13.6] - 2023-07-09
- Update
- Updated default keybindings wrappers based on vscode 1.80.0. [#269](https://github.com/tshino/vscode-kb-macro/pull/269)
- Updated keymap wrapper for Vz Keymap (v0.19.7). [#270](https://github.com/tshino/vscode-kb-macro/pull/270)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "kb-macro",
"displayName": "Keyboard Macro Beta",
"description": "Recordable keyboard macro for Visual Studio Code",
"version": "0.13.5",
"version": "0.13.6",
"publisher": "tshino",
"engines": {
"vscode": "^1.79.0"
"vscode": "^1.80.0"
},
"categories": [
"Keymaps"
Expand Down

0 comments on commit 4d07a7f

Please sign in to comment.