diff --git a/.changeset/wise-foxes-pull.md b/.changeset/wise-foxes-pull.md deleted file mode 100644 index 30fca196db..0000000000 --- a/.changeset/wise-foxes-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"emacs-mcx": patch ---- - -Update keybindings from the latest remote definitions. diff --git a/CHANGELOG.md b/CHANGELOG.md index ef31450a91..5b6dc1a56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.107.2 + +### Patch Changes + +- [#2731](https://github.com/whitphx/vscode-emacs-mcx/pull/2731) [`9ed76eb`](https://github.com/whitphx/vscode-emacs-mcx/commit/9ed76eb3b02d70da9a560c5ea5817ce9b1a78865) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update keybindings from the latest remote definitions. + ## 0.107.1 ### Patch Changes diff --git a/package.json b/package.json index 3072701b23..f15fe4b8ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "emacs-mcx", "displayName": "Awesome Emacs Keymap", "description": "Emacs emulation for VSCode with multi-cursor support, clipboard-integrated kill-ring, well-emulated mark-mode, and more.", - "version": "0.107.1", + "version": "0.107.2", "publisher": "tuttieee", "repository": { "type": "git",