diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77ae2b0..e08ffd3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} \ No newline at end of file +{".":"0.2.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e0fdd..675c502 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.1](https://github.com/sunerpy/vscode-syncing/compare/v0.2.0...v0.2.1) (2025-07-24) + + +### Bug Fixes + +* **datacollector:** 添加 jsonc-parser 依赖并优化配置解析,修复settings.json中的注释解析失败的问题 ([#18](https://github.com/sunerpy/vscode-syncing/issues/18)) ([c05a417](https://github.com/sunerpy/vscode-syncing/commit/c05a417609b6a76157f77a96792a0679d20b1357)) + ## [0.2.0](https://github.com/sunerpy/vscode-syncing/compare/v0.1.0...v0.2.0) (2025-07-24) diff --git a/package.json b/package.json index 151751e..f048a2a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-syncing", "displayName": "vscode-syncing", "description": "vscode-syncing extension", - "version": "0.2.0", + "version": "0.2.1", "publisher": "sunerpy", "icon": "resources/logo.png", "engines": {