Commit 01f744b

Anton Golub <antongolub@antongolub.com>
2024-09-17 16:44:52
chore: bump version to v8.1.8 (#902)
1 parent 7a7232c
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.1.7",
+  "version": "8.1.8",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.1.7",
+      "version": "8.1.8",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
package.json
@@ -1,6 +1,6 @@
 {
   "name": "zx",
-  "version": "8.1.7",
+  "version": "8.1.8",
   "description": "A tool for writing better scripts",
   "type": "module",
   "main": "./build/index.cjs",