diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fcce7..e812080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## v0.1.0 (2024-10-14) + +### 🐞 Bug Fixes + +- #3 and #4 ([#3](https://github.com/tjx666/vscode-classic-experience/issues/3), [#4](https://github.com/tjx666/vscode-classic-experience/issues/4)) + +### ❤️ Contributors + +- 余腾靖 ([@tjx666](http://github.com/tjx666)) + +[View changes on GitHub](https://github.com/tjx666/vscode-classic-experience/compare/v0.0.6...v0.1.0 '2024-10-14') + ## v0.0.6 (2024-09-09) ### 🚀 Features diff --git a/package.json b/package.json index ef4b58c..4d94164 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-classic-experience", "displayName": "VSCode Keybindings for Cursor", - "version": "0.0.6", + "version": "0.1.0", "description": "Restore familiar VSCode keybindings in Cursor editor. Smooth transition for VSCode users.", "publisher": "YuTengjing", "private": true,