Skip to content

Commit

Permalink
Release v1.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-coleman <[email protected]>
  • Loading branch information
andrew-coleman authored and mattbaileyuk committed Oct 26, 2020
1 parent 1eed9ce commit b1e40eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b1e40eb

Please sign in to comment.