Skip to content

Commit 24ecd74

Browse files
bump up version
1 parent 421b60f commit 24ecd74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zip-js/zip-js",
3-
"version": "2.7.53",
3+
"version": "2.7.54",
44
"exports": {
55
".": "./index.js",
66
"./data-uri": "./lib/zip-data-uri.js"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A JavaScript library to zip and unzip files in the browser, Deno and Node.js",
44
"author": "Gildas Lormeau",
55
"license": "BSD-3-Clause",
6-
"version": "2.7.53",
6+
"version": "2.7.54",
77
"type": "module",
88
"keywords": [
99
"zip",

0 commit comments

Comments
 (0)