From: Justin Wind Date: Tue, 28 Jun 2022 21:55:12 +0000 (-0700) Subject: bump package version to 1.1.1 X-Git-Tag: v1.1.1 X-Git-Url: http://git.squeep.com/?p=squeep-lazy-property;a=commitdiff_plain;h=b3f426f3d05c5a3ca7ad47d0ef8403206d67bf32 bump package version to 1.1.1 --- diff --git a/package-lock.json b/package-lock.json index 1444a32..1d84ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/lazy-property", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@squeep/lazy-property", - "version": "1.1.0", + "version": "1.1.1", "license": "ISC", "dependencies": { "eslint": "^8.18.0", diff --git a/package.json b/package.json index 0316b9a..73af25d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/lazy-property", - "version": "1.1.0", + "version": "1.1.1", "description": "Defer property initialization calls until first access.", "keywords": [ "lazy",