bump package version to 1.1.1 v1.1.1
authorJustin Wind <justin.wind+git@gmail.com>
Tue, 28 Jun 2022 21:55:12 +0000 (14:55 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 28 Jun 2022 21:55:12 +0000 (14:55 -0700)
package-lock.json
package.json

index 1444a3247402e9409673741561beb4f56e274b9b..1d84ec4ae396042dc36bf567cb19026b36807b55 100644 (file)
@@ -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",
index 0316b9a74f89c9b6e43953ad3e0f02e2359fe98d..73af25de6c521f63b8090dfc2268f89096672495 100644 (file)
@@ -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",