Skip to content

Commit 5731416

Browse files
Release v2.0.4
Signed-off-by: andrew-coleman <[email protected]>
1 parent 335d38f commit 5731416

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 2.0.4 Maintenance Release
2+
3+
- Prevent writing to the object prototype or constructor (PR https://github.com/jsonata-js/jsonata/pull/676)
4+
- Add upper/lower presentation format for am/pm in fromMillis (PR https://github.com/jsonata-js/jsonata/pull/644)
5+
- Various documentation additions and corrections
6+
17
#### 2.0.3 Maintenance Release
28

39
- Fix regex termination lexer (PR https://github.com/jsonata-js/jsonata/pull/623)

package.json

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

0 commit comments

Comments
 (0)