From f7d8e522f725968111abaaa917585491de698bc3 Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Tue, 11 Sep 2018 14:44:04 +0200 Subject: [PATCH] 2.4.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdce2f7..56b1b7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ronomon/base64", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9ce919..0441a9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ronomon/base64", - "version": "2.3.0", + "version": "2.4.0", "description": "Fast, robust Base64 encoder/decoder for Buffers in C++. Ignores whitespace. Detects corruption and truncation. Ships with extensive tests, a fuzz test and a benchmark.", "main": "index.js", "repository": {