From 57f9b9da323bc5b96c9c43a001853a7e1e11add7 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Tue, 28 Jun 2022 15:14:48 -0700 Subject: [PATCH] bump package version to 1.1.2 --- 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 361e0ca..652cf0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/lazy-property", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/lazy-property", - "version": "1.1.1", + "version": "1.1.2", "license": "ISC", "devDependencies": { "eslint": "^8.18.0", diff --git a/package.json b/package.json index fc50e4a..ed4ad67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/lazy-property", - "version": "1.1.1", + "version": "1.1.2", "description": "Defer property initialization calls until first access.", "keywords": [ "lazy", @@ -26,7 +26,7 @@ "type": "git", "url": "https://git.squeep.com/squeep-lazy-property/" }, - "author": "Justin Wind ", + "author": "Justin Wind ", "license": "ISC", "devDependencies": { "eslint": "^8.18.0", -- 2.43.2