Skip to content

Commit 06fc08c

Browse files
release v2.1.1 (#803)
Signed-off-by: Andrew Coleman <andrew_coleman@uk.ibm.com>
1 parent f174348 commit 06fc08c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 2.2.1 Maintenance Release
2+
- Prevent object prototype pollution (PR #799)
3+
- Wildcards should not unwrap function objects (PR #800)
4+
- `$append` should enforce the sequence guardrail limit (PR #801)
5+
- Prevent object contructor setting internal flags (PR #802)
6+
17
#### 2.2.0 Milestone Release
28

39
- New API to specify resource guardrails on expressions (PR #795)

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

0 commit comments

Comments
 (0)