Skip to content

Commit 59ac9da

Browse files
chore(main): release web-agent 1.1.0 (#4)
* chore(main): release web-agent 1.1.0 * chore: improve changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chilingling <michaelchiling1024@gmail.com>
1 parent c2015cb commit 59ac9da

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
格式参考 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/)
44
并遵循 [Semantic Versioning](https://semver.org/lang/zh-CN/)
55

6+
## [1.1.0](https://github.com/opentiny/web-agent/compare/web-agent-v1.0.0...web-agent-v1.1.0) (2026-02-13)
7+
8+
### Features
9+
10+
- initialize web-agent ([96b8589](https://github.com/opentiny/web-agent/commit/96b8589bc21f241096c9f08b5db451469fe9eb7c))
11+
612
## [未发布]
713

814
### 新增

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-agent",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "dist/server.js",
66
"scripts": {

0 commit comments

Comments
 (0)