Commit 09d0d04

Anton Golub <antongolub@antongolub.com>
2024-09-05 13:38:49
chore: bump pkg version to 8.1.6 (#882)
1 parent 8c3730e
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.1.5",
+  "version": "8.1.6",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.1.5",
+      "version": "8.1.6",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
package.json
@@ -1,6 +1,6 @@
 {
   "name": "zx",
-  "version": "8.1.5",
+  "version": "8.1.6",
   "description": "A tool for writing better scripts",
   "type": "module",
   "main": "./build/index.cjs",