From e61adaad05b2b2cc9b21dfd30dbc6d0b55ca351f Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Thu, 3 Aug 2017 14:55:44 +0200 Subject: [PATCH] 2.1.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 cfc402e..ed86175 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ronomon/base64", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d20f6ab..88f6aef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ronomon/base64", - "version": "2.0.1", + "version": "2.1.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": {