Skip to content

Commit f957613

Browse files
release v1.6.4 (#294)
1 parent 05c148a commit f957613

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.6.4 Maintenance Release
2+
3+
- Fix performance regression (PR #292)
4+
- Fix bug in `$each` function (PR #293)
5+
16
#### 1.6.3 Maintenance Release
27

38
- Fix es5 build and polyfills to enable test suite to (mostly) run in Nashorn (PR #288)

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

0 commit comments

Comments
 (0)