Skip to content

Commit 6c7e95f

Browse files
Prepare for v2.2.2 release (#823)
1 parent f3e15f2 commit 6c7e95f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
#### 2.2.2 Maintenance Release
2+
3+
- Update TypeScript type definitions (PR #807)
4+
- Fix `$contains()` when the token is undefined (PR #809)
5+
- Regression looking up keys of an object (PR #814)
6+
- Race condition when $$ used concurrently (PR #816)
7+
- Correctly handle empty joins (PR #817)
8+
19
#### 2.2.1 Maintenance Release
10+
211
- Prevent object prototype pollution (PR #799)
312
- Wildcards should not unwrap function objects (PR #800)
413
- `$append` should enforce the sequence guardrail limit (PR #801)

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

0 commit comments

Comments
 (0)