We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04a0ee commit 8de9efaCopy full SHA for 8de9efa
CHANGELOG.md
@@ -1,6 +1,11 @@
1
+#### 2.0.3 Maintenance Release
2
+
3
+- Fix regex termination lexer (PR https://github.com/jsonata-js/jsonata/pull/623)
4
+- Fix TypeScript definition (PR https://github.com/jsonata-js/jsonata/pull/633)
5
6
#### 2.0.2 Maintenance Release
7
-- Typescript definition: fix return type of evaluate method (PR #615)
8
+- Typescript definition: fix return type of evaluate method (PR https://github.com/jsonata-js/jsonata/pull/615)
9
10
#### 2.0.1 Maintenance Release
11
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonata",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "JSON query and transformation language",
"module": "jsonata.js",
"main": "jsonata.js",
0 commit comments