From e1109290c56917d6887e246fd9be6af32101a509 Mon Sep 17 00:00:00 2001 From: kaisukez <20807696+kaisukez@users.noreply.github.com> Date: Fri, 13 Oct 2023 23:39:27 +0700 Subject: [PATCH] 3.1.3 --- 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 fc46361..e519a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kaisukez/cancellation-token", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kaisukez/cancellation-token", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.5", diff --git a/package.json b/package.json index b8af2bf..e34b78a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaisukez/cancellation-token", - "version": "3.1.2", + "version": "3.1.3", "description": "This library provides you ability to cancel async function", "author": "Nattapon Chantasiriworawat ", "license": "MIT",