Skip to content

Commit b1e40eb

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
Release v1.8.4
Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
1 parent 1eed9ce commit b1e40eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 1.8.4 Maintenance Release
2+
3+
- Fix bug in `$eval` when second arg is an empty array (issue #463)
4+
- Fix bug in `toMillis()` parsing timezones (issue #477)
5+
16
#### 1.8.3 Maintenance Release
27

38
- Remove incomplete polyfill for `Array.from()` (issue #432)

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.3",
3+
"version": "1.8.4",
44
"description": "JSON query and transformation language",
55
"module": "jsonata.js",
66
"main": "jsonata.js",

0 commit comments

Comments
 (0)