From 7f646ba7038146b4a5c3e178d8bf52d185e78764 Mon Sep 17 00:00:00 2001 From: David Junger Date: Sun, 23 Feb 2020 11:43:41 +0100 Subject: [PATCH] 0.2.4 --- CHANGES.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c2918b9..8eb1c21 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 0.2.4 More Fixed +* patch (**critical**): fixed infinite loop in a function that was trying to chunk large files for crc32 + ## 0.2.3 Fixed! * patch (**critical**): computed file size was *NaN* when reading from a stream * patch: a little mangling and refactoring again diff --git a/package-lock.json b/package-lock.json index 44ba0bd..90139a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "client-zip", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79fad85..e922aab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client-zip", - "version": "0.2.3", + "version": "0.2.4", "description": "A client-side streaming ZIP generator", "browser": "index.js", "module": "index.js",