Skip to content

Commit d9bbcce

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
Release v1.8.5
Signed-off-by: andrew-coleman <[email protected]>
1 parent 33bb565 commit d9bbcce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 1.8.5 Maintenance Release
2+
3+
- Fix regression with singleton sequence of array type (issue #462)
4+
- Correctly handle empty array input to group expression (issue #527)
5+
- Fix bug with outer array when evaluating wildcard (issue #495)
6+
17
#### 1.8.4 Maintenance Release
28

39
- Fix bug in `$eval` when second arg is an empty array (issue #463)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonata",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"description": "JSON query and transformation language",
55
"module": "jsonata.js",
66
"main": "jsonata.js",

0 commit comments

Comments
 (0)