Skip to content

Commit 11b9858

Browse files
release: 1.9.1
1 parent d86b7d5 commit 11b9858

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 1.9.1 (2026-02-27)
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+
* **docs/contributing:** correct pnpm link command ([874ab6d](https://github.com/morphik-org/morphik-ts/commit/874ab6dd5315f49a5070a61b2c88f3ad009191ae))
12+
13+
14+
### Chores
15+
16+
* **ci:** upgrade `actions/github-script` ([8513ce5](https://github.com/morphik-org/morphik-ts/commit/8513ce589bdffbd702a3cc9fa868ad499f216969))
17+
* **client:** do not parse responses with empty content-length ([3169d51](https://github.com/morphik-org/morphik-ts/commit/3169d51148b52561338eea977226341cfb7c0831))
18+
* **client:** restructure abort controller binding ([b48b2b0](https://github.com/morphik-org/morphik-ts/commit/b48b2b0502d295c9a0cb4955437caddccc995bea))
19+
* **internal/client:** fix form-urlencoded requests ([866c221](https://github.com/morphik-org/morphik-ts/commit/866c221aacbcf220b11e12b83feeacea9578645e))
20+
* **internal:** avoid type checking errors with ts-reset ([ba8958a](https://github.com/morphik-org/morphik-ts/commit/ba8958a36758e190e863d6a032583fdd263ef942))
21+
* **internal:** move stringifyQuery implementation to internal function ([d86b7d5](https://github.com/morphik-org/morphik-ts/commit/d86b7d53cbab25dc6725b9a9580dcb167069f072))
22+
* **internal:** remove mock server code ([f64241c](https://github.com/morphik-org/morphik-ts/commit/f64241cbba49ce07de55752a373c796f1d5f30c5))
23+
* update mock server docs ([b5ae452](https://github.com/morphik-org/morphik-ts/commit/b5ae452777e9f154aac0185050dcf49cf9e97da3))
24+
325
## 1.9.0 (2026-01-22)
426

527
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)