Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LongTengDao committed Aug 25, 2019
1 parent 4273deb commit eb72a26
Show file tree
Hide file tree
Showing 13 changed files with 177 additions and 58 deletions.
2 changes: 1 addition & 1 deletion dist/ESM/.j-gzip.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version :'2.3.0';
export const version :'2.4.0';

export function gzipAsync (data :Buffer | string, level :Level) :Promise<Buffer>;
export function gzipSync (data :Buffer | string, level :Level) :Buffer;
Expand Down
15 changes: 8 additions & 7 deletions dist/ESM/.j-gzip.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ESM/j-gzip.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version :'2.3.0';
export const version :'2.4.0';

export function gzipAsync (data :Buffer | string, level :Level) :Promise<Buffer>;
export function gzipSync (data :Buffer | string, level :Level) :Buffer;
Expand Down
Loading

0 comments on commit eb72a26

Please sign in to comment.