File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.12.0 "
2+ "." : " 0.12.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.12.1 (2025-08-16)
4+
5+ Full Changelog: [ v0.12.0...v0.12.1] ( https://github.com/riza-io/riza-api-node/compare/v0.12.0...v0.12.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** don't send ` Content-Type ` for bodyless methods ([ b9fbc47] ( https://github.com/riza-io/riza-api-node/commit/b9fbc478afcf86c5dd148866041c362bff5fc4d5 ) )
10+
11+
12+ ### Chores
13+
14+ * ** deps:** update dependency node-fetch to v2.6.13 ([ 80b218e] ( https://github.com/riza-io/riza-api-node/commit/80b218e96a7e040fe8b2afcd20e515a58c6ee2aa ) )
15+ * ** internal:** move publish config ([ 6e4fbf7] ( https://github.com/riza-io/riza-api-node/commit/6e4fbf78863adbbc30cef17b3ce9d1ec74e87b9f ) )
16+ * ** internal:** remove redundant imports config ([ ad7cb50] ( https://github.com/riza-io/riza-api-node/commit/ad7cb50d86795a07987eed9ecab9537a6c996d46 ) )
17+ * ** internal:** update comment in script ([ d7e857c] ( https://github.com/riza-io/riza-api-node/commit/d7e857c75e78e68f2d141609ea23ebfcc5ccf0f7 ) )
18+ * make some internal functions async ([ 88e6006] ( https://github.com/riza-io/riza-api-node/commit/88e6006e3bff05c5ab7a852778b64e817eb360b0 ) )
19+ * mention unit type in timeout docs ([ 4ff0098] ( https://github.com/riza-io/riza-api-node/commit/4ff0098f1a9274acb882796f37a18affd478c7b1 ) )
20+ * update @stainless-api/prism-cli to v5.15.0 ([ a430d24] ( https://github.com/riza-io/riza-api-node/commit/a430d242e7eaf87b90d5b7dd40ded18726477e3f ) )
21+
322## 0.12.0 (2025-06-29)
423
524Full Changelog: [ v0.11.0...v0.12.0] ( https://github.com/riza-io/riza-api-node/compare/v0.11.0...v0.12.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @riza-io/api" ,
3- "version" : " 0.12.0 " ,
3+ "version" : " 0.12.1 " ,
44 "description" : " The official TypeScript library for the Riza API" ,
55 "author" : " Riza <hello@riza.io>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.12.0 ' ; // x-release-please-version
1+ export const VERSION = '0.12.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments