From f100bb8ac1494989538e58e0a727854d8c532527 Mon Sep 17 00:00:00 2001 From: Timotej Rojko <33236065+timotejroiko@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:09:57 +0000 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06b8d46..1f99d41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-zlib", - "version": "2.0.0", + "version": "2.0.1", "description": "Synchronous shared context compression with node's native zlib", "main": "index.js", "typings": "./index.d.ts",