Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64baffe

Browse files
andrew-colemanmattbaileyuk
authored andcommittedDec 19, 2018
publish v1.6.3 to npm
1 parent eb0d20b commit 64baffe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 1.6.3 Maintenance Release
2+
3+
- Fix es5 build and polyfills to enable test suite to (mostly) run in Nashorn (PR #288)
4+
- Extra polyfill required for running jsonata-es5.js in IE 11 (PR #289)
15

26
#### 1.6.2 Maintenance Release
37

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

0 commit comments

Comments
 (0)
Please sign in to comment.