Skip to content

Commit 7e1d0cd

Browse files
authored
chore(main): release 0.2.1 (#19)
1 parent c05a417 commit 7e1d0cd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.0"}
1+
{".":"0.2.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the "vscode-syncing" extension will be documented in this
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.2.1](https://github.com/sunerpy/vscode-syncing/compare/v0.2.0...v0.2.1) (2025-07-24)
8+
9+
10+
### Bug Fixes
11+
12+
* **datacollector:** 添加 jsonc-parser 依赖并优化配置解析,修复settings.json中的注释解析失败的问题 ([#18](https://github.com/sunerpy/vscode-syncing/issues/18)) ([c05a417](https://github.com/sunerpy/vscode-syncing/commit/c05a417609b6a76157f77a96792a0679d20b1357))
13+
714
## [0.2.0](https://github.com/sunerpy/vscode-syncing/compare/v0.1.0...v0.2.0) (2025-07-24)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-syncing",
33
"displayName": "vscode-syncing",
44
"description": "vscode-syncing extension",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"publisher": "sunerpy",
77
"icon": "resources/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)