We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870c441 commit bdafec2Copy full SHA for bdafec2
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+
2
+#### 1.6.2 Maintenance Release
3
4
+- Fix insertion of regenerator runtime at top of ES5 file (PR #284)
5
6
#### 1.6.1 Milestone Release (v1.6.0 was not published)
7
8
- New date/time formatting and parsing capability (issue #166)
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments