Skip to content

Commit 8e4abd8

Browse files
andrew-colemanmattbaileyuk
authored andcommitted
Release v1.8.6
Signed-off-by: andrew-coleman <[email protected]>
1 parent b2a2bfa commit 8e4abd8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 1.8.6 Maintenance Release
2+
3+
- Fix bug in date/time picture string. Width formatting is not respected without a separator (issue #546)
4+
- Fix error when converting empty array to an object (issue #547)
5+
- Fix Buffer deprecation warning (PR #560)
6+
17
#### 1.8.5 Maintenance Release
28

39
- Fix regression with singleton sequence of array type (issue #462)

package.json

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

0 commit comments

Comments
 (0)