From 9fdb0d3514b6522453b7ec14e570ec739080b019 Mon Sep 17 00:00:00 2001 From: Matt Bailey Date: Thu, 29 Feb 2024 23:00:27 +0000 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba62a4f3..2213e9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### 1.8.7 Maintenance Release + +- Prevent writing to the object prototype or constructor (PR https://github.com/jsonata-js/jsonata/pull/681) + #### 1.8.6 Maintenance Release - Fix bug in date/time picture string. Width formatting is not respected without a separator (issue #546) From a05f64675bc7488b9d50bda272a029721aaebd2c Mon Sep 17 00:00:00 2001 From: Matt Bailey Date: Thu, 29 Feb 2024 23:01:11 +0000 Subject: [PATCH 2/2] Publish 1.8.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d32c749..fe1bf0f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonata", - "version": "1.8.6", + "version": "1.8.7", "description": "JSON query and transformation language", "module": "jsonata.js", "main": "jsonata.js",