Skip to content

Commit 116e394

Browse files
release: 0.22.1
1 parent f85789d commit 116e394

4 files changed

Lines changed: 12 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.22.0"
2+
".": "0.22.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.22.1 (2026-01-07)
4+
5+
Full Changelog: [v0.22.0...v0.22.1](https://github.com/ZoriHQ/typescript-api-sdk/compare/v0.22.0...v0.22.1)
6+
7+
### Chores
8+
9+
* break long lines in snippets into multiline ([f85789d](https://github.com/ZoriHQ/typescript-api-sdk/commit/f85789d01d922f9057d91184fa84ac794c2b19dc))
10+
* **internal:** codegen related update ([63fc931](https://github.com/ZoriHQ/typescript-api-sdk/commit/63fc9315660b9c7589191dd80ca471dae26d574b))
11+
312
## 0.22.0 (2025-12-08)
413

514
Full Changelog: [v0.21.0...v0.22.0](https://github.com/ZoriHQ/typescript-api-sdk/compare/v0.21.0...v0.22.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zorihq",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"description": "The official TypeScript library for the Zoriapi API",
55
"author": "Zoriapi <support@zorihq.com>",
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.22.0'; // x-release-please-version
1+
export const VERSION = '0.22.1'; // x-release-please-version

0 commit comments

Comments
 (0)