diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e08ffd3..9a31626 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.1"} \ No newline at end of file +{".":"0.2.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 675c502..bffc68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "vscode-syncing" extension will be documented in this Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.2.2](https://github.com/sunerpy/vscode-syncing/compare/v0.2.1...v0.2.2) (2025-07-24) + + +### Bug Fixes + +* 修复release创建失败的问题 ([#20](https://github.com/sunerpy/vscode-syncing/issues/20)) ([af58248](https://github.com/sunerpy/vscode-syncing/commit/af58248c833c981606342d9f7723e5938d1a5512)) + ## [0.2.1](https://github.com/sunerpy/vscode-syncing/compare/v0.2.0...v0.2.1) (2025-07-24) diff --git a/package.json b/package.json index f048a2a..baa2397 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-syncing", "displayName": "vscode-syncing", "description": "vscode-syncing extension", - "version": "0.2.1", + "version": "0.2.2", "publisher": "sunerpy", "icon": "resources/logo.png", "engines": {