diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5675f45..bb1bacd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.1"} \ No newline at end of file +{".":"0.4.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7151553..01bbf64 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.4.0](https://github.com/sunerpy/vscode-syncing/compare/v0.3.1...v0.4.0) (2025-10-26) + + +### Features + +* **core:** 改进扩展目录获取逻辑以提高兼容性 ([#74](https://github.com/sunerpy/vscode-syncing/issues/74)) ([9eb23c8](https://github.com/sunerpy/vscode-syncing/commit/9eb23c88d347c50b152e7fe08ce0b95ddb49f0e7)) + ## [0.3.1](https://github.com/sunerpy/vscode-syncing/compare/v0.3.0...v0.3.1) (2025-07-31) diff --git a/package.json b/package.json index f82d806..b17e219 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-syncing", "displayName": "vscode-syncing", "description": "vscode-syncing extension", - "version": "0.3.1", + "version": "0.4.0", "publisher": "sunerpy", "icon": "resources/logo.png", "engines": {