From 3f7e36b5271c2ccdc5ab1e1696b23af672283822 Mon Sep 17 00:00:00 2001 From: kaisukez Date: Sun, 31 Oct 2021 23:43:40 +0700 Subject: [PATCH] 3.0.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 0373ce6..8b48dc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "engines": { "node": "16.10.0" }, - "version": "3.0.2" + "version": "3.0.3" }, "node_modules/@babel/code-frame": { "version": "7.15.8", @@ -7349,5 +7349,5 @@ "dev": true } }, - "version": "3.0.2" + "version": "3.0.3" } diff --git a/package.json b/package.json index cd0bcf8..631136a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kaisukez/cancellation-token", - "version": "3.0.2", + "version": "3.0.3", "description": "This library provides you ability to cancel async function", "author": "Nattapon Chantasiriworawat ", "license": "MIT",