diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc33130..12e7d3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +#### 2.0.3 Maintenance Release + +- Fix regex termination lexer (PR https://github.com/jsonata-js/jsonata/pull/623) +- Fix TypeScript definition (PR https://github.com/jsonata-js/jsonata/pull/633) + #### 2.0.2 Maintenance Release -- Typescript definition: fix return type of evaluate method (PR #615) +- Typescript definition: fix return type of evaluate method (PR https://github.com/jsonata-js/jsonata/pull/615) #### 2.0.1 Maintenance Release diff --git a/package.json b/package.json index 46909929..bd8268d5 100644 --- a/package.json +++ b/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",