From: Justin Wind Date: Fri, 18 Apr 2025 16:41:57 +0000 (-0700) Subject: bump package version to 1.1.4 X-Git-Tag: v1.1.4^0 X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;ds=inline;p=squeep-lazy-property bump package version to 1.1.4 --- diff --git a/package-lock.json b/package-lock.json index fc87592..501d2ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@squeep/lazy-property", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@squeep/lazy-property", - "version": "1.1.3", + "version": "1.1.4", "license": "ISC", "devDependencies": { "@squeep/eslint-config": "^1", diff --git a/package.json b/package.json index 69f1897..be65076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/lazy-property", - "version": "1.1.3", + "version": "1.1.4", "description": "Defer property initialization calls until first access.", "keywords": [ "lazy",