From: Justin Wind Date: Fri, 6 May 2022 17:56:36 +0000 (-0700) Subject: bump package version to 1.0.1 X-Git-Tag: v1.0.1 X-Git-Url: http://git.squeep.com/?p=squeep-lazy-property;a=commitdiff_plain;h=c652fc35d808cf6e03c1d4aa0e3ccaab6d5e0a9a bump package version to 1.0.1 --- diff --git a/package-lock.json b/package-lock.json index e299d3f..906695b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@squeep/lazy-property", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9bac68e..8a06464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/lazy-property", - "version": "1.0.0", + "version": "1.0.1", "description": "Defer property initialization calls until first access.", "main": "index.js", "scripts": {