From 0a142fdc1cc9fdc19101dd7932662a2e992ef382 Mon Sep 17 00:00:00 2001 From: timotejroiko Date: Sun, 7 Jun 2020 12:53:26 +0100 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4470a07..64886c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-zlib", - "version": "1.0.0", + "version": "1.0.1", "description": "Synchronous shared context compression with node's native zlib", "main": "index.js", "scripts": {