Skip to content

Commit eb29e2c

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
publish v1.6.5
1 parent 57a8464 commit eb29e2c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 1.6.5 Maintenance Release
2+
3+
- Fix concurrency bug in chain operator (issue #335)
4+
- Fix flattening login in map operator (issue #314)
5+
- Fix message inserts for errors thrown in function bodies (issue #297)
6+
- Limit array size allocatable by range operator to ten million entries (issue #240)
7+
18
#### 1.6.4 Maintenance Release
29

310
- Fix performance regression (PR #292)

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

0 commit comments

Comments
 (0)