Skip to content

Commit 6e4b9e8

Browse files
committed
Release versino 1.3.3 [skip ci]
1 parent 7287c9a commit 6e4b9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# JSON P3 Change Log
22

3-
## Version 1.3.3 (unreleased)
3+
## Version 1.3.3
44

55
**Fixes**
66

7-
- 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).
7+
- 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).
88

99
## Version 1.3.2
1010

0 commit comments

Comments
 (0)