Skip to content

Commit 220b45a

Browse files
authored
Publish version 1.8.7 (#682)
* Update CHANGELOG.md * Publish 1.8.7
1 parent 1d579db commit 220b45a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 1.8.7 Maintenance Release
2+
3+
- Prevent writing to the object prototype or constructor (PR https://github.com/jsonata-js/jsonata/pull/681)
4+
15
#### 1.8.6 Maintenance Release
26

37
- Fix bug in date/time picture string. Width formatting is not respected without a separator (issue #546)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonata",
3-
"version": "1.8.6",
3+
"version": "1.8.7",
44
"description": "JSON query and transformation language",
55
"module": "jsonata.js",
66
"main": "jsonata.js",

0 commit comments

Comments
 (0)