Skip to content

Commit a339d93

Browse files
publish v1.3.1 to npm
1 parent 07ff3f3 commit a339d93

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.3.1 Maintenance Release
2+
3+
- Fix S0202 error insert to report token value, not token type (PR #74)
4+
- Remove use of array iterators because they were failing to transpile to ES5 correctly (issue #78)
5+
16
#### 1.3.0 Milestone Release
27

38
- Property names containing reserved tokens can now be quoted using backticks (`). The current quoting mechanism using single or double quotes is deprecated and will probably be removed in a future major (e.g. v2.0.0) release.

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.3.0",
3+
"version": "1.3.1",
44
"description": "JSON query and transformation language",
55
"main": "jsonata.js",
66
"homepage": "http://jsonata.org/",

0 commit comments

Comments
 (0)