diff --git a/CHANGELOG.md b/CHANGELOG.md index e812080..eca0514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## v0.1.1 (2024-10-15) + +### 🐞 Bug Fixes + +- Update engines.vscode to ^1.93.0 ([5fa161d](https://github.com/tjx666/vscode-classic-experience/commit/5fa161d)) + +### ❤️ Contributors + +- 余腾靖 ([@tjx666](http://github.com/tjx666)) + +[View changes on GitHub](https://github.com/tjx666/vscode-classic-experience/compare/v0.1.0...v0.1.1 '2024-10-15') + ## v0.1.0 (2024-10-14) ### 🐞 Bug Fixes diff --git a/package.json b/package.json index c037c92..644a6fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-classic-experience", "displayName": "VSCode Keybindings for Cursor", - "version": "0.1.0", + "version": "0.1.1", "description": "Restore familiar VSCode keybindings in Cursor editor. Smooth transition for VSCode users.", "publisher": "YuTengjing", "private": true,