Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
格式参考 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/),
并遵循 [Semantic Versioning](https://semver.org/lang/zh-CN/)。

## [1.2.1](https://github.com/opentiny/web-agent/compare/v1.2.0...v1.2.1) (2026-06-08)


### Bug Fixes

* use available port when configured port is busy ([#10](https://github.com/opentiny/web-agent/issues/10)) ([d345bf0](https://github.com/opentiny/web-agent/commit/d345bf0f62d0ef85ae46f0d4f92cde879167e2fb))

## [1.2.0](https://github.com/opentiny/web-agent/compare/v1.1.0...v1.2.0) (2026-02-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-agent",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "dist/server.js",
"scripts": {
Expand Down