Skip to content

Commit

Permalink
release v1.6.4 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-coleman authored Jan 11, 2019
1 parent 05c148a commit f957613
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.6.4 Maintenance Release

- Fix performance regression (PR #292)
- Fix bug in `$each` function (PR #293)

#### 1.6.3 Maintenance Release

- Fix es5 build and polyfills to enable test suite to (mostly) run in Nashorn (PR #288)
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.6.3",
"version": "1.6.4",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
Expand Down

0 comments on commit f957613

Please sign in to comment.