Skip to content

Commit 0775649

Browse files
chore(main): release 1.2.0 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f4a18de commit 0775649

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

6+
## [1.2.0](https://github.com/opentiny/web-agent/compare/v1.1.0...v1.2.0) (2026-02-13)
7+
8+
9+
### Features
10+
11+
* initialize web-agent ([96b8589](https://github.com/opentiny/web-agent/commit/96b8589bc21f241096c9f08b5db451469fe9eb7c))
12+
13+
14+
### Bug Fixes
15+
16+
* add default pr model ([375c559](https://github.com/opentiny/web-agent/commit/375c559082feaf5b908fdaeb4effcb6971fdd027))
17+
* add default pr template ([cab8027](https://github.com/opentiny/web-agent/commit/cab8027dc7e07b4d5074b059ca50e8458c237071))
18+
* **github:** move default pr template to root .github dir ([#6](https://github.com/opentiny/web-agent/issues/6)) ([c2015cb](https://github.com/opentiny/web-agent/commit/c2015cb4ce3b75bed33d363dab8c6f4b94129a91))
19+
* remove releaseCompPrefix ([#7](https://github.com/opentiny/web-agent/issues/7)) ([f4a18de](https://github.com/opentiny/web-agent/commit/f4a18de68df86e107cf6751b1ba2060e3588de08))
20+
621
## [1.1.0](https://github.com/opentiny/web-agent/compare/web-agent-v1.0.0...web-agent-v1.1.0) (2026-02-13)
722

823
### Features

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.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "dist/server.js",
66
"scripts": {

0 commit comments

Comments
 (0)