bump package version to 1.1.2 master v1.1.2
authorJustin Wind <justin.wind+git@gmail.com>
Tue, 28 Jun 2022 22:14:48 +0000 (15:14 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 28 Jun 2022 22:17:31 +0000 (15:17 -0700)
package-lock.json
package.json

index 361e0cad979ba2bfb61805d4d33a980d99fd77d6..652cf0f84fc09d7fb57c7500e8a48671f00e55ea 100644 (file)
@@ -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",
index fc50e4ad14b192ff63627052189a47b93f0ee132..ed4ad677a78562cbc7065d786464ecaa4ed232f9 100644 (file)
@@ -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 <jwind-indieauther@squeep.com>",
+  "author": "Justin Wind <jwind-npm@squeep.com>",
   "license": "ISC",
   "devDependencies": {
     "eslint": "^8.18.0",