Skip to content

Commit 3fde233

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
Release v2.0.5
Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
1 parent 4446161 commit 3fde233

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+
#### 2.0.5 Maintenance Release
2+
3+
- JSONata leaks internal references in expression when using lambdas (issue https://github.com/jsonata-js/jsonata/issues/691)
4+
15
#### 2.0.4 Maintenance Release
26

37
- Prevent writing to the object prototype or constructor (PR https://github.com/jsonata-js/jsonata/pull/676)

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

0 commit comments

Comments
 (0)