Commit 8b08fc0

Anton Golub <antongolub@antongolub.com>
2025-10-14 19:27:57
chore: bump version to 8.8.5 (#1356)
1 parent 6045c34
build/index.cjs
@@ -54,7 +54,7 @@ var import_vendor = require("./vendor.cjs");
 
 // src/versions.ts
 var versions = {
-  zx: "8.8.4",
+  zx: "8.8.5",
   chalk: "5.6.2",
   depseek: "0.4.3",
   dotenv: "0.2.3",
src/versions.ts
@@ -13,7 +13,7 @@
 // limitations under the License.
 
 export const versions: Record<string, string> = {
-  zx: '8.8.4',
+  zx: '8.8.5',
   chalk: '5.6.2',
   depseek: '0.4.3',
   dotenv: '0.2.3',
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.8.4",
+  "version": "8.8.5",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.8.4",
+      "version": "8.8.5",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
package.json
@@ -1,6 +1,6 @@
 {
   "name": "zx",
-  "version": "8.8.4",
+  "version": "8.8.5",
   "description": "A tool for writing better scripts",
   "type": "module",
   "main": "./build/index.cjs",