We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe64ac commit 9e4c1cbCopy full SHA for 9e4c1cb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 2.0.2 Maintenance Release
2
+
3
+- Typescript definition: fix return type of evaluate method (PR #615)
4
5
#### 2.0.1 Maintenance Release
6
7
- Small update to pick up README changes with 2.0.0 changes
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments