Commit 4844b49

Anton Golub <antongolub@antongolub.com>
2025-08-16 22:04:47
chore: bump v to 8.8.1 (#1318)
* chore: bump version to 8.8.1 * ci: add depseek to artifact cache
1 parent 660c7dc
.github/workflows/dev-publish.yml
@@ -30,6 +30,7 @@ jobs:
             build
             jsr.json
             package.json
+            node_modules/depseek
           retention-days: 1
 
   npm-publish:
.github/workflows/publish.yml
@@ -32,6 +32,7 @@ jobs:
             build
             package.json
             jsr.json
+            node_modules/depseek
           retention-days: 1
 
   npm-publish:
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.8.0",
+  "version": "8.8.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.8.0",
+      "version": "8.8.1",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
package.json
@@ -1,6 +1,6 @@
 {
   "name": "zx",
-  "version": "8.8.0",
+  "version": "8.8.1",
   "description": "A tool for writing better scripts",
   "type": "module",
   "main": "./build/index.cjs",