Skip to content

Commit 49e4a7b

Browse files
chore(release): 4.4.2 [skip ci]
## [4.4.2](v4.4.1...v4.4.2) (2025-06-15) ### 🐛 Bug Fixes * **FetchClient:** Move from the AbortSignal back to the AbortController because bigger browser/node support ([#184](#184)) ([0cb48c2](0cb48c2))
1 parent 0cb48c2 commit 49e4a7b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.4.2](https://github.com/myparcelnl/js-sdk/compare/v4.4.1...v4.4.2) (2025-06-15)
7+
8+
9+
### :bug: Bug Fixes
10+
11+
* **FetchClient:** Move from the AbortSignal back to the AbortController because bigger browser/node support ([#184](https://github.com/myparcelnl/js-sdk/issues/184)) ([0cb48c2](https://github.com/myparcelnl/js-sdk/commit/0cb48c2d8d6d047230b7bcf237cd7cb44d32e1b1))
12+
613
## [4.4.1](https://github.com/myparcelnl/js-sdk/compare/v4.4.0...v4.4.1) (2025-06-11)
714

815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@myparcel/sdk",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "JavaScript SDK to connect to the MyParcel API via Node.js or browser",
55
"keywords": [
66
"myparcel",

0 commit comments

Comments
 (0)