Skip to content

Commit

Permalink
release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdk committed Jan 12, 2024
1 parent ba9b103 commit bb5818c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## latest
## v0.9.3
- fix: typo in regex for kebap-cased property names

## v0.9.2
- fix: Support kebab-cased property names with modifiers: previously ':gte:order-date' resulted in ['gte', ['order']] while the expected result is ['gte', ['order-date']]
Expand Down

0 comments on commit bb5818c

Please sign in to comment.