We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2015cb commit 59ac9daCopy full SHA for 59ac9da
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.0.0"
+ ".": "1.1.0"
3
}
CHANGELOG.md
@@ -3,6 +3,12 @@
格式参考 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/),
4
并遵循 [Semantic Versioning](https://semver.org/lang/zh-CN/)。
5
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
12
## [未发布]
13
14
### 新增
package.json
@@ -1,6 +1,6 @@
"name": "web-agent",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "",
"main": "dist/server.js",
"scripts": {
0 commit comments