From b1e40eb20bb1a09f5dd2ef8bed08b76d2fd64a12 Mon Sep 17 00:00:00 2001 From: andrew-coleman Date: Mon, 26 Oct 2020 10:06:06 +0000 Subject: [PATCH] Release v1.8.4 Signed-off-by: andrew-coleman --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d2abcb..df4ea553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### 1.8.4 Maintenance Release + +- Fix bug in `$eval` when second arg is an empty array (issue #463) +- Fix bug in `toMillis()` parsing timezones (issue #477) + #### 1.8.3 Maintenance Release - Remove incomplete polyfill for `Array.from()` (issue #432) diff --git a/package.json b/package.json index 1a689fa2..e37645d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonata", - "version": "1.8.3", + "version": "1.8.4", "description": "JSON query and transformation language", "module": "jsonata.js", "main": "jsonata.js",