Skip to content

Commit 0a4a033

Browse files
authored
chore(main): release 0.1.0 (#13)
1 parent 042feba commit 0a4a033

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.1.0](https://github.com/sunerpy/vscode-syncing/compare/v0.0.5...v0.1.0) (2025-07-22)
8+
9+
10+
### Features
11+
12+
* 初始化版本清单文件 ([#8](https://github.com/sunerpy/vscode-syncing/issues/8)) ([8382e6e](https://github.com/sunerpy/vscode-syncing/commit/8382e6e1622d106f47d850571190f853e8c15731))
13+
* 更新 GitHub Actions 工作流和预提交钩子 ([#6](https://github.com/sunerpy/vscode-syncing/issues/6)) ([44e1999](https://github.com/sunerpy/vscode-syncing/commit/44e1999d63c4d8741e27f6c6233b328043b1eda1))
14+
* 更新发布工作流以支持标签推送和自动同步版本 ([#7](https://github.com/sunerpy/vscode-syncing/issues/7)) ([d6b3465](https://github.com/sunerpy/vscode-syncing/commit/d6b346567b6b860b1e221803d5995c96cc606618))
15+
* 更新发布工作流配置,新增 Node.js 版本和包名设置 ([#12](https://github.com/sunerpy/vscode-syncing/issues/12)) ([042feba](https://github.com/sunerpy/vscode-syncing/commit/042febac412da7315cf7f469ec0f430ec6052b06))
16+
* 更新版本清单文件至 0.0.6 ([#10](https://github.com/sunerpy/vscode-syncing/issues/10)) ([a0e23a9](https://github.com/sunerpy/vscode-syncing/commit/a0e23a908c492774dff258da0b931c1e9df2ba4c))
17+
718
## [Unreleased]
819

9-
- Initial release
20+
- Initial release

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.0.6",
5+
"version": "0.1.0",
66
"publisher": "sunerpy",
77
"icon": "resources/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)