Skip to content

Commit b504e28

Browse files
authored
Merge pull request #151 from techniq/changeset-release/main
2 parents 81ba8e2 + 318b2e5 commit b504e28

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/happy-games-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# odata-query
22

3+
## 8.0.7
4+
5+
### Patch Changes
6+
7+
- - fix: resolve an issue with logical operator "not" inside nested property ([#98](https://github.com/techniq/odata-query/issues/98)) ([#150](https://github.com/techniq/odata-query/pull/150))
8+
39
## 8.0.6
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "odata-query",
33
"description": "OData v4 query builder that uses a simple object-based syntax similar to MongoDB and js-data",
4-
"version": "8.0.6",
4+
"version": "8.0.7",
55
"author": "Sean Lynch <techniq35@gmail.com>",
66
"license": "MIT",
77
"repository": "techniq/odata-query",

0 commit comments

Comments
 (0)