From e34930f28be97e03f1b8d5414813c2a8e765bb06 Mon Sep 17 00:00:00 2001 From: kaisukez <20807696+kaisukez@users.noreply.github.com> Date: Fri, 13 Oct 2023 23:16:53 +0700 Subject: [PATCH] 3.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9573de..fc46361 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kaisukez/cancellation-token", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kaisukez/cancellation-token", - "version": "3.1.1", + "version": "3.1.2", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.5", diff --git a/package.json b/package.json index ddd8427..b8af2bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaisukez/cancellation-token", - "version": "3.1.1", + "version": "3.1.2", "description": "This library provides you ability to cancel async function", "author": "Nattapon Chantasiriworawat ", "license": "MIT",