Commit a765dcd

Anton Golub <antongolub@antongolub.com>
2025-03-30 06:29:56
chore: bump version to v8.5.0 (#1165)
1 parent 939cdfa
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.4.2",
+  "version": "8.5.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.4.2",
+      "version": "8.5.0",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
package.json
@@ -1,6 +1,6 @@
 {
   "name": "zx",
-  "version": "8.4.2",
+  "version": "8.5.0",
   "description": "A tool for writing better scripts",
   "type": "module",
   "main": "./build/index.cjs",