From 8e4abd84c31ce761fb0d02268d1ef7a7cff15248 Mon Sep 17 00:00:00 2001 From: andrew-coleman Date: Mon, 7 Feb 2022 14:00:54 +0000 Subject: [PATCH] Release v1.8.6 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 43096ec8..ba62a4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 1.8.6 Maintenance Release + +- Fix bug in date/time picture string. Width formatting is not respected without a separator (issue #546) +- Fix error when converting empty array to an object (issue #547) +- Fix Buffer deprecation warning (PR #560) + #### 1.8.5 Maintenance Release - Fix regression with singleton sequence of array type (issue #462) diff --git a/package.json b/package.json index c72ab13f..1d32c749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonata", - "version": "1.8.5", + "version": "1.8.6", "description": "JSON query and transformation language", "module": "jsonata.js", "main": "jsonata.js",