From 42aa5c7e9564876ab1013f16b1d2b33e7f3bdd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E8=85=BE=E9=9D=96?= Date: Mon, 25 Nov 2024 15:20:41 +0800 Subject: [PATCH] release: v2.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b843f..9bd2bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## v2.0.0 (2024-11-25) + +### 🚀 Features + +- Adapt shortcuts to cursor v0.43 ([0696bfb](https://github.com/tjx666/vscode-classic-experience/commit/0696bfb)) + +### ❤️ Contributors + +- 余腾靖 ([@tjx666](http://github.com/tjx666)) + +[View changes on GitHub](https://github.com/tjx666/vscode-classic-experience/compare/v1.0.3...v2.0.0 '2024-11-25') + ## v1.0.3 (2024-11-22) ### 🏎 Performance diff --git a/package.json b/package.json index 25430e8..d682bfc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-classic-experience", "displayName": "VSCode Keybindings for Cursor", - "version": "1.0.3", + "version": "2.0.0", "description": "Restore familiar VSCode keybindings in Cursor editor. Smooth transition for VSCode users.", "publisher": "YuTengjing", "private": true,