Skip to content

Commit b947b46

Browse files
authored
Merge pull request #153 from techniq/changeset-release/main
Version Packages
2 parents f1e44ed + 834323d commit b947b46

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/bright-baboons-serve.md

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

.changeset/eager-otters-escape.md

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

CHANGELOG.md

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

3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- - feat: expose `escapeODataStringLiteral` and `escapeIllegalChars` as public exports ([#155](https://github.com/techniq/odata-query/pull/155))
8+
9+
### Patch Changes
10+
11+
- - refactor: improve the readability of the core functions ([#152](https://github.com/techniq/odata-query/pull/152))
12+
313
## 8.0.7
414

515
### 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.7",
4+
"version": "8.1.0",
55
"author": "Sean Lynch <techniq35@gmail.com>",
66
"license": "MIT",
77
"repository": "techniq/odata-query",

0 commit comments

Comments
 (0)