Skip to content

Commit

Permalink
Release v2.0.3 (#634)
Browse files Browse the repository at this point in the history
* Update package.json

* Update CHANGELOG.md
  • Loading branch information
mattbaileyuk committed Apr 18, 2023
1 parent b04a0ee commit 8de9efa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 8de9efa

Please sign in to comment.