We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c008688 commit 964a860Copy full SHA for 964a860
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+#### 2.0.1 Maintenance Release
2
+
3
+- Small update to pick up README changes with 2.0.0 changes
4
5
#### 2.0.0 Major Release
6
7
Version 2.0.0 contains a breaking change to the Javascript API as a result of reimplementing the evaluator
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments