File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.30 .0"
2
+ "." : " 0.31 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.31.0 (2025-08-14)
4
+
5
+ Full Changelog: [ v0.30.0...v0.31.0] ( https://github.com/groq/groq-typescript/compare/v0.30.0...v0.31.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ 44424c2] ( https://github.com/groq/groq-typescript/commit/44424c26018f43b69682bebca7e9c734b5d0f1e0 ) )
10
+ * ** api:** api update ([ f772446] ( https://github.com/groq/groq-typescript/commit/f772446f655ff905c14f40f45cafc4109ef7f912 ) )
11
+ * ** api:** api update ([ 2e12bd1] ( https://github.com/groq/groq-typescript/commit/2e12bd1022f8cd168d41b62d753615b3900ee1f1 ) )
12
+ * ** api:** api update ([ 61a9e99] ( https://github.com/groq/groq-typescript/commit/61a9e99c984e43432d823388435893408d84ce0f ) )
13
+
14
+
15
+ ### Chores
16
+
17
+ * ** internal:** move publish config ([ 5fe1890] ( https://github.com/groq/groq-typescript/commit/5fe1890402075a67d6ea4472b6196273cd0b0f9e ) )
18
+ * ** internal:** update comment in script ([ 2a69a41] ( https://github.com/groq/groq-typescript/commit/2a69a4195d773bd0c6c1dcc0e49824ed6f50b24d ) )
19
+ * update @stainless-api/prism-cli to v5.15.0 ([ 35cd683] ( https://github.com/groq/groq-typescript/commit/35cd68309611e5e77f04974ce18b516116f3346d ) )
20
+
3
21
## 0.30.0 (2025-08-05)
4
22
5
23
Full Changelog: [ v0.29.0...v0.30.0] ( https://github.com/groq/groq-typescript/compare/v0.29.0...v0.30.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " groq-sdk" ,
3
- "version" : " 0.30 .0" ,
3
+ "version" : " 0.31 .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.30 .0' ; // x-release-please-version
1
+ export const VERSION = '0.31 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments