Skip to content

Commit 77ac020

Browse files
release: 1.9.1
1 parent ef75c1e commit 77ac020

4 files changed

Lines changed: 29 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-
".": "1.9.0"
2+
".": "1.9.1"
33
}

CHANGELOG.md

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

3+
## 1.9.1 (2026-03-07)
4+
5+
Full Changelog: [v1.9.0...v1.9.1](https://github.com/morphik-org/morphik-ts/compare/v1.9.0...v1.9.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** avoid memory leak with abort signals ([d4ab61c](https://github.com/morphik-org/morphik-ts/commit/d4ab61c33f1d02a5253e27841bb775a6ceea147d))
10+
* **client:** avoid removing abort listener too early ([a4fdb09](https://github.com/morphik-org/morphik-ts/commit/a4fdb095674574af92643d5212923579b73f84cc))
11+
* **client:** preserve URL params already embedded in path ([ef75c1e](https://github.com/morphik-org/morphik-ts/commit/ef75c1e49160235ba0c9f2300d16f84a1391e995))
12+
* **docs/contributing:** correct pnpm link command ([874ab6d](https://github.com/morphik-org/morphik-ts/commit/874ab6dd5315f49a5070a61b2c88f3ad009191ae))
13+
14+
15+
### Chores
16+
17+
* **ci:** skip uploading artifacts on stainless-internal branches ([f9782ef](https://github.com/morphik-org/morphik-ts/commit/f9782ef5701800dc198f716cbaeda3caf1030ec5))
18+
* **ci:** upgrade `actions/github-script` ([8513ce5](https://github.com/morphik-org/morphik-ts/commit/8513ce589bdffbd702a3cc9fa868ad499f216969))
19+
* **client:** do not parse responses with empty content-length ([3169d51](https://github.com/morphik-org/morphik-ts/commit/3169d51148b52561338eea977226341cfb7c0831))
20+
* **client:** restructure abort controller binding ([b48b2b0](https://github.com/morphik-org/morphik-ts/commit/b48b2b0502d295c9a0cb4955437caddccc995bea))
21+
* **internal/client:** fix form-urlencoded requests ([866c221](https://github.com/morphik-org/morphik-ts/commit/866c221aacbcf220b11e12b83feeacea9578645e))
22+
* **internal:** avoid type checking errors with ts-reset ([ba8958a](https://github.com/morphik-org/morphik-ts/commit/ba8958a36758e190e863d6a032583fdd263ef942))
23+
* **internal:** codegen related update ([84e2bea](https://github.com/morphik-org/morphik-ts/commit/84e2bea715d7d26006857b480be39fc648ba6b92))
24+
* **internal:** move stringifyQuery implementation to internal function ([d86b7d5](https://github.com/morphik-org/morphik-ts/commit/d86b7d53cbab25dc6725b9a9580dcb167069f072))
25+
* **internal:** remove mock server code ([f64241c](https://github.com/morphik-org/morphik-ts/commit/f64241cbba49ce07de55752a373c796f1d5f30c5))
26+
* update mock server docs ([b5ae452](https://github.com/morphik-org/morphik-ts/commit/b5ae452777e9f154aac0185050dcf49cf9e97da3))
27+
* update placeholder string ([fbcbd63](https://github.com/morphik-org/morphik-ts/commit/fbcbd63f4aba9cc851f3c28add0380fc7389efa2))
28+
329
## 1.9.0 (2026-01-22)
430

531
Full Changelog: [v1.8.0...v1.9.0](https://github.com/morphik-org/morphik-ts/compare/v1.8.0...v1.9.0)

package.json

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

0 commit comments

Comments
 (0)