Skip to content

Commit 888bb98

Browse files
committed
Fix changelog order
1 parent 3059bb7 commit 888bb98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/release.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ We will increment patch versions for non-breaking changes:
1818

1919
## Breaking change changelog
2020

21-
### 1.1.0
21+
### 1.3.0
2222

23-
- `CustomSummary`, `CustomTask`, and `EntitySource` types have been updated to restrict `icon` to `IconName`.
24-
- All `ThreadItemConverter` methods have been updated to be asynchronous.
23+
- Fixed the type for the `defaultChecked` property of `Checkbox` widgets, updating it from `string` to `bool`.
2524

2625
### 1.2.0
2726

2827
- Updated `agents.stream_agent_response` to add annotation parts as they are received rather than adding all the annotations at the end after the response is completed.
2928
- Added support for rendering `container_file_citation`.
3029

31-
### 1.3.0
30+
### 1.1.0
3231

33-
- Fixed the type for the `defaultChecked` property of `Checkbox` widgets, updating it from `string` to `bool`.
32+
- `CustomSummary`, `CustomTask`, and `EntitySource` types have been updated to restrict `icon` to `IconName`.
33+
- All `ThreadItemConverter` methods have been updated to be asynchronous.

0 commit comments

Comments
 (0)