From 4bdef94a12fad50a80c9c71a4d34a959cf46d957 Mon Sep 17 00:00:00 2001 From: ijisol Date: Thu, 17 Oct 2024 22:27:40 +0900 Subject: [PATCH] Publish 3.0.1 --- README.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e87cb75..7c0aaff 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,8 @@ Instead, each of the fields is limited to 65,535 bytes due to the length of each ## Change History +- 3.0.1 + - Fix ZIP files created on Windows being unusable on Linux/MacOS (missing executable bits on directories) - 3.0.0 - First release; to avoid version confusion with the original yazl, started with 3.0.0. - Comments in each file in the archive and the ZIP archive itself are no longer auto-encoded. The comment string must be encoded into a `Buffer` first. diff --git a/package-lock.json b/package-lock.json index 1a0619e..fb5e8be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yazlite", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yazlite", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "devDependencies": { "yauzl": "^3.1.3" diff --git a/package.json b/package.json index 596e0bb..77d8669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yazlite", - "version": "3.0.0", + "version": "3.0.1", "description": "Generate ZIP files in Node.js; zero-dependency yazl fork.", "keywords": [ "zip",