Skip to content

Commit d7f309a

Browse files
chore(release): ts sdk v2.3.0 [skip ci]
## [2.3.0](ts-sdk-v2.2.0...ts-sdk-v2.3.0) (2026-04-19) ### Features * **server:** refactor server ingestion to sink ([#165](#165)) ([6791d73](6791d73)) ### Bug Fixes * **docker:** use 5432 for agent control server pg connection" ([c464e50](c464e50))
1 parent c464e50 commit d7f309a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdks/typescript/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.3.0](https://github.com/agentcontrol/agent-control/compare/ts-sdk-v2.2.0...ts-sdk-v2.3.0) (2026-04-19)
2+
3+
### Features
4+
5+
* **server:** refactor server ingestion to sink ([#165](https://github.com/agentcontrol/agent-control/issues/165)) ([6791d73](https://github.com/agentcontrol/agent-control/commit/6791d738868eb80e52fa9a04e3d9a1c8dc835fec))
6+
7+
### Bug Fixes
8+
9+
* **docker:** use 5432 for agent control server pg connection" ([c464e50](https://github.com/agentcontrol/agent-control/commit/c464e500d45a9dc7df072697d41126e73757001a))
10+
111
## [2.2.0](https://github.com/agentcontrol/agent-control/compare/ts-sdk-v2.1.0...ts-sdk-v2.2.0) (2026-04-07)
212

313
### Features

sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-control",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": false,
55
"description": "TypeScript SDK for Agent Control",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)