Skip to content

Commit 964a860

Browse files
authored
Release v2.0.1 (#612)
* Update CHANGELOG.md * Update package.json
1 parent c008688 commit 964a860

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.1 Maintenance Release
2+
3+
- Small update to pick up README changes with 2.0.0 changes
4+
15
#### 2.0.0 Major Release
26

37
Version 2.0.0 contains a breaking change to the Javascript API as a result of reimplementing the evaluator

package.json

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

0 commit comments

Comments
 (0)