From f4a2224ae8cc8dbf3647b5a03d193d7f61346d56 Mon Sep 17 00:00:00 2001 From: James Prior Date: Tue, 12 Mar 2024 07:18:09 +0000 Subject: [PATCH] Bump version number and update change log [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7cb35..a8724e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # JSON P3 Change Log +## Version 1.1.1 + +**Fixes** + +- Fixed evaluation of JSONPath singular queries when they appear in a logical expression and without a comparison operator. Previously we were evaluating logical expressions with the value held by the single element node list, now we treat such filter queries as existence tests. + # Version 1.1.0 **Fixes** diff --git a/package.json b/package.json index 6da78c3..246cb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-p3", - "version": "1.1.0", + "version": "1.1.1", "author": "James Prior", "license": "MIT", "description": "JSONPath, JSON Pointer and JSON Patch",