Skip to content

Commit 9e4c1cb

Browse files
authored
Release v2.0.2 (#621)
* Update CHANGELOG.md * Update package.json
1 parent 9fe64ac commit 9e4c1cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 2.0.2 Maintenance Release
2+
3+
- Typescript definition: fix return type of evaluate method (PR #615)
4+
15
#### 2.0.1 Maintenance Release
26

37
- Small update to pick up README changes with 2.0.0 changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonata",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "JSON query and transformation language",
55
"module": "jsonata.js",
66
"main": "jsonata.js",

0 commit comments

Comments
 (0)