Skip to content

Commit 2b2deb0

Browse files
release: 0.12.1
1 parent 80b218e commit 2b2deb0

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

524
Full Changelog: [v0.11.0...v0.12.0](https://github.com/riza-io/riza-api-node/compare/v0.11.0...v0.12.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.12.0'; // x-release-please-version
1+
export const VERSION = '0.12.1'; // x-release-please-version

0 commit comments

Comments
 (0)