From d9bbccedbd685fcbbd50327b12637d7f7d655e5a Mon Sep 17 00:00:00 2001 From: andrew-coleman Date: Thu, 19 Aug 2021 10:37:49 +0100 Subject: [PATCH] Release v1.8.5 Signed-off-by: andrew-coleman --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4ea553..43096ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 1.8.5 Maintenance Release + +- Fix regression with singleton sequence of array type (issue #462) +- Correctly handle empty array input to group expression (issue #527) +- Fix bug with outer array when evaluating wildcard (issue #495) + #### 1.8.4 Maintenance Release - Fix bug in `$eval` when second arg is an empty array (issue #463) diff --git a/package.json b/package.json index e37645d7..c72ab13f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonata", - "version": "1.8.4", + "version": "1.8.5", "description": "JSON query and transformation language", "module": "jsonata.js", "main": "jsonata.js",