Skip to content

Commit 8de9efa

Browse files
authored
Release v2.0.3 (#634)
* Update package.json * Update CHANGELOG.md
1 parent b04a0ee commit 8de9efa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -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+
16
#### 2.0.2 Maintenance Release
27

3-
- 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)
49

510
#### 2.0.1 Maintenance Release
611

package.json

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

0 commit comments

Comments
 (0)