From 18b32a8e3e912659d945ca434221cb3c71e651dc Mon Sep 17 00:00:00 2001 From: arafato Date: Sat, 17 Mar 2018 22:51:27 +0100 Subject: [PATCH] 2.6.1 --- 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 2cb168cc9..4ec854ccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azurite", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46335e431..ccfc34ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azurite", - "version": "2.6.0", + "version": "2.6.1", "description": "A lightweight server clone of Azure Blob, Queue, and Table Storage that simulates most of the commands supported by it with minimal dependencies.", "scripts": { "pretest": "npm run clean",