From bc128cc5f4ee1f1e7e1f719fceeea5340d914289 Mon Sep 17 00:00:00 2001 From: Austin Godber Date: Mon, 21 May 2018 11:07:54 -0700 Subject: [PATCH] Release 0.36.0 This release includes the following improvements: * Upgraded dependencies and code to be compatible with Node 8 #645 * Introducing API versioning #702 * Added JSON API endpoint for assets * Improved handling of failing processor #706 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94f33cc0669..b3127d62a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teraslice", - "version": "0.35.0", + "version": "0.36.0", "description": "Slice and dice your Elasticsearch data", "main": "service.js", "scripts": {