Skip to content

Commit

Permalink
Release versino 1.3.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed May 21, 2024
1 parent 7287c9a commit 6e4b9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# JSON P3 Change Log

## Version 1.3.3 (unreleased)
## Version 1.3.3

**Fixes**

- Fixed handling of JSONPath filter expression literals. We now throw a `JSONPathSyntaxError` if a filter expression contains a literal (string, int, float, null) that is not part of a comparison or function expression. See [jsonpath-compliance-test-suite #81](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/81).
- Fixed handling of JSONPath filter expression literals. We now throw a `JSONPathSyntaxError` if a filter expression contains a literal (string, int, float, boolean, null) that is not part of a comparison or function expression. See [jsonpath-compliance-test-suite #81](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/81).

## Version 1.3.2

Expand Down

0 comments on commit 6e4b9e8

Please sign in to comment.