From dc3b78d91d2d95b001376a87900a1c4619ba71fd Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sat, 27 Apr 2024 10:58:54 +0000 Subject: [PATCH] chore(release): 0.1.3 [skip ci] --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5933ee..5994d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.1.3](https://github.com/webpod/zurk/compare/v0.1.2...v0.1.3) (2024-04-27) + +### Fixes & improvements +* fix: let AbortController API be optional ([a21e1b9](https://github.com/webpod/zurk/commit/a21e1b94d1e7f15c1adc0c5bc7d951901cc87bca)) + ## [0.1.2](https://github.com/webpod/zurk/compare/v0.1.1...v0.1.2) (2024-04-07) ### Fixes & improvements diff --git a/package-lock.json b/package-lock.json index 4184f17..a1a3281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zurk", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zurk", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "devDependencies": { "@types/node": "^20.11.28", diff --git a/package.json b/package.json index 46173b9..3bba663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zurk", - "version": "0.1.2", + "version": "0.1.3", "description": "A generic process spawner", "type": "module", "main": "target/cjs/index.cjs",