Skip to content

Commit

Permalink
Release v1.8.5
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
  • Loading branch information
andrew-coleman authored and mattbaileyuk committed Aug 19, 2021
1 parent 33bb565 commit d9bbcce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit d9bbcce

Please sign in to comment.