From 8611c0d5ef3604226e9ad91e0d581789ac755171 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 17 Sep 2021 19:34:41 +0200 Subject: [PATCH] 1.0.10 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c140438..a32d306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartcls", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartcls", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "devDependencies": { "@gitzone/tsbuild": "^2.1.27", diff --git a/package.json b/package.json index 9f2dafa..25e4603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartcls", - "version": "1.0.9", + "version": "1.0.10", "description": "continuation-local-storage using native AsyncLocalStorage", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -35,4 +35,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}