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- "." : " 1.0.2 "
2+ "." : " 1.1.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.1.0 (2026-03-27)
4+
5+ Full Changelog: [ v1.0.2...v1.1.0] ( https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.0.2...v1.1.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ d9cddd6] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/d9cddd6e04aa60dcbdbf4fda5edcc7952520fe72 ) )
10+ * ** api:** api update ([ e59522b] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/e59522b2d8335f3c72787a0d60e45017dbafd1b6 ) )
11+ * Use correct branch for Stainless PRs ([ f79393c] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/f79393caa4fbac92137f2b766957dd3b14b07f75 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * ** client:** preserve URL params already embedded in path ([ 4420fda] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/4420fdab4fdc8cc948556b74d2370221528e1f47 ) )
17+
18+
19+ ### Chores
20+
21+ * ** ci:** skip lint on metadata-only changes ([ 096e999] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/096e99986d06140c10c2fb43290b2d1e15501efd ) )
22+ * ** ci:** skip uploading artifacts on stainless-internal branches ([ 842b67e] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/842b67ea7ff38e6032be0af5cdedef6c5f1b67a9 ) )
23+ * ** internal:** tweak CI branches ([ e176700] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/e176700608c5bc5a1f928f07a03929f63bf6853e ) )
24+ * ** internal:** update dependencies to address dependabot vulnerabilities ([ 7d17121] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/7d171218c88c717ddbe930cb6634d1387b685327 ) )
25+ * ** internal:** update gitignore ([ 71499fd] ( https://github.com/warpdotdev/oz-sdk-typescript/commit/71499fd606505c058f5a8f41bbe20107181e9ab9 ) )
26+
327## 1.0.2 (2026-03-06)
428
529Full Changelog: [ v1.0.1...v1.0.2] ( https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.0.1...v1.0.2 )
Original file line number Diff line number Diff line change 11{
22 "name" : " oz-agent-sdk" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " The official TypeScript library for the Oz API API" ,
55 "author" : " Oz API <>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '1.0.2 ' ; // x-release-please-version
1+ export const VERSION = '1.1.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments