Skip to content

Commit d99fcde

Browse files
authored
chore: update version to 0.10.2 (#133)
1 parent db7b133 commit d99fcde

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.10.2
4+
5+
### Features
6+
- Improve autoscroll UX
7+
38
## v0.10.1
49

510
### Features

chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"start": "next start",
4949
"storybook": "storybook dev -p 6006"
5050
},
51-
"version": "0.10.1"
51+
"version": "0.10.2"
5252
}

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package version
44

5-
var Version = "0.10.1"
5+
var Version = "0.10.2"

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
"info": {
311311
"description": "HTTP API for Claude Code, Goose, and Aider.\n\nhttps://github.com/coder/agentapi",
312312
"title": "AgentAPI",
313-
"version": "0.10.1"
313+
"version": "0.10.2"
314314
},
315315
"openapi": "3.0.3",
316316
"paths": {

0 commit comments

Comments
 (0)