Skip to content

Commit

Permalink
Update version to v0.13.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Jul 7, 2024
1 parent ba48867 commit 52b7af8
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.17] - 2024-07-08
- Update
- Updated default keybindings wrappers based on VS Code 1.91.0. [#388](https://github.com/tshino/vscode-kb-macro/pull/388)
- Updated keymap wrapper for Awesome Emacs Keymap (v0.61.2). [#382](https://github.com/tshino/vscode-kb-macro/pull/382)
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.16",
"version": "0.13.17",
"publisher": "tshino",
"engines": {
"vscode": "^1.90.0"
"vscode": "^1.91.0"
},
"categories": [
"Keymaps"
Expand Down

0 comments on commit 52b7af8

Please sign in to comment.