Skip to content

v2.6.7

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 29 Jul 15:44
· 1826 commits to master since this release

Fixed a regression introduced in version 2.5 that prevented the keepOrder option from working correctly when creating multiple entries in a zip file simultaneously (e.g. when calling await Promise.all([zipWriter.add(...), zipWriter.add(...), ...])).