Skip to content

Commit 7170c10

Browse files
push v1.2.6 to npm
1 parent 9dfe087 commit 7170c10

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.2.6 Maintenance Release
2+
3+
- fix evaluator when array constructor is the first step in a path expression (issue #63)
4+
15
#### 1.2.5 Maintenance Release
26

37
- Fix $base64encode and $base64decode functions in the browser

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

0 commit comments

Comments
 (0)