File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.22 .0"
2
+ "." : " 0.23 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.23.0 (2025-05-29)
4
+
5
+ Full Changelog: [ v0.22.0...v0.23.0] ( https://github.com/groq/groq-typescript/compare/v0.22.0...v0.23.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ 527632f] ( https://github.com/groq/groq-typescript/commit/527632fca9ab7589cef1b1eb9e74da6645706433 ) )
10
+ * ** api:** api update ([ 478f2e8] ( https://github.com/groq/groq-typescript/commit/478f2e8ab8f0c07fe5ae192d00c843b47f78bd6c ) )
11
+ * ** api:** api update ([ f25c88a] ( https://github.com/groq/groq-typescript/commit/f25c88a35d599425abe1e8b53951b4be1066eab5 ) )
12
+
13
+
14
+ ### Chores
15
+
16
+ * ** docs:** grammar improvements ([ bd25707] ( https://github.com/groq/groq-typescript/commit/bd25707f2a699527fb7f8ea9f055e3ef040f29c6 ) )
17
+ * improve publish-npm script --latest tag logic ([ 40719b5] ( https://github.com/groq/groq-typescript/commit/40719b543d3cde8a62fb6366ee4fc5f1a1ffa028 ) )
18
+
3
19
## 0.22.0 (2025-05-16)
4
20
5
21
Full Changelog: [ v0.21.0...v0.22.0] ( https://github.com/groq/groq-typescript/compare/v0.21.0...v0.22.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " groq-sdk" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"description" : " The official TypeScript library for the Groq API" ,
5
5
"author" :
" Groq <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.22 .0' ; // x-release-please-version
1
+ export const VERSION = '0.23 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments