From 94e0ec2e92d6943f3e3aab4e3c2506f39d94b162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E8=85=BE=E9=9D=96?= Date: Thu, 29 Aug 2024 11:45:33 +0800 Subject: [PATCH] release: v0.0.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1ba23..2a18d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## v0.0.2 (2024-08-29) + +### 🐞 Bug Fixes + +- Generation some wrong shortcuts ([650bb42](https://github.com/tjx666/vscode-classic-experience/commit/650bb42)) + +### ❤️ Contributors + +- 余腾靖 + +[View changes on GitHub](https://github.com/tjx666/vscode-classic-experience/compare/v0.0.1...v0.0.2 '2024-08-29') + ## v0.0.1 (2024-08-29) ### 🚀 Features diff --git a/package.json b/package.json index 4608799..98cea05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-classic-experience", "displayName": "VSCode Keybindings for Cursor", - "version": "0.0.1", + "version": "0.0.2", "description": "Restore familiar VSCode keybindings in Cursor editor. Smooth transition for VSCode users.", "publisher": "YuTengjing", "private": true,