From 7ee47dd572837f66cd8c93580bc7434d14196c78 Mon Sep 17 00:00:00 2001 From: arafato Date: Wed, 14 Mar 2018 20:38:16 +0100 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 8ec9d7caf..79cb16d08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azurite", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dfd9a4da8..b285d1868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azurite", - "version": "2.3.0", + "version": "2.4.0", "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",