bump package version to 1.0.2 master v1.0.2
authorJustin Wind <justin.wind+git@gmail.com>
Tue, 14 May 2024 18:11:37 +0000 (11:11 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Tue, 14 May 2024 18:11:37 +0000 (11:11 -0700)
package-lock.json
package.json

index eb265467a9de026a11cdff66f9c97dcacff7de5f..0dda1f3ea5660e62a95f7aa7309aaa109f967dfb 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/chores",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/chores",
-      "version": "1.0.1",
+      "version": "1.0.2",
       "license": "ISC",
       "dependencies": {
         "@squeep/log-helper": "^1"
index 666ca5e99914cd5167e2216783315b5c7429b2e3..f7c28e8e58a8c6f295434ecc6909c2065bda63f7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/chores",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "Simple helper class for running recurring scheduled tasks.",
   "main": "index.js",
   "scripts": {