From 1b9df0c671be73fca0629e73642a006c5d95c40d Mon Sep 17 00:00:00 2001 From: andrew-coleman Date: Thu, 29 Feb 2024 16:51:28 +0000 Subject: [PATCH] Release v2.0.4 Signed-off-by: andrew-coleman --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e7d3c8..1880ccbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 2.0.4 Maintenance Release + +- Prevent writing to the object prototype or constructor (PR https://github.com/jsonata-js/jsonata/pull/676) +- Add upper/lower presentation format for am/pm in fromMillis (PR https://github.com/jsonata-js/jsonata/pull/644) +- Various documentation additions and corrections + #### 2.0.3 Maintenance Release - Fix regex termination lexer (PR https://github.com/jsonata-js/jsonata/pull/623) diff --git a/package.json b/package.json index 1488009c..1d5a0ff5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stedi/jsonata", - "version": "2.0.3", + "version": "2.0.4", "description": "JSON query and transformation language", "module": "jsonata.js", "main": "jsonata.js",