Skip to content

Commit

Permalink
Update version to v0.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Nov 5, 2023
1 parent 779ff8e commit efdc777
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.10] - 2023-11-06
- Update
- Updated default keybindings wrappers based on vscode 1.84.0 [#310](https://github.com/tshino/vscode-kb-macro/pull/310)
- Updated keymap wrapper for Awesome Emacs Keymap (v0.51.0). [#311](https://github.com/tshino/vscode-kb-macro/pull/311)
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.9",
"version": "0.13.10",
"publisher": "tshino",
"engines": {
"vscode": "^1.83.0"
"vscode": "^1.84.0"
},
"categories": [
"Keymaps"
Expand Down

0 comments on commit efdc777

Please sign in to comment.