Skip to content

Commit 929ce3d

Browse files
authored
chore(main): release 0.3.0 (#30)
1 parent b3a5158 commit 929ce3d

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.4"}
1+
{".":"0.3.0"}

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.3.0](https://github.com/sunerpy/vscode-syncing/compare/v0.2.4...v0.3.0) (2025-07-31)
8+
9+
10+
### Features
11+
12+
* **core:** 优化扩展管理功能并增强同步导入能力 ([#29](https://github.com/sunerpy/vscode-syncing/issues/29)) ([b3a5158](https://github.com/sunerpy/vscode-syncing/commit/b3a51581a183be2681858b6566f294d7ae2aac9a))
13+
714
## [0.2.4](https://github.com/sunerpy/vscode-syncing/compare/v0.2.3...v0.2.4) (2025-07-30)
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.4",
5+
"version": "0.3.0",
66
"publisher": "sunerpy",
77
"icon": "resources/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)