Skip to content

Commit 9c5149a

Browse files
Version Packages
1 parent e1db520 commit 9c5149a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/nervous-ligers-drum.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.3
4+
5+
### Patch Changes
6+
7+
- fix: Reorder build (`vite build` then `tsc` type generation) to fix removed of `.d.ts` files by `vite build` ([`0fa66dd`](https://github.com/techniq/odata-query/commit/0fa66dd7465f3fdd3952dbf75a9b5b3318d34399))
8+
39
## 8.0.2
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.2",
4+
"version": "8.0.3",
55
"author": "Sean Lynch <[email protected]>",
66
"license": "MIT",
77
"repository": "techniq/odata-query",

0 commit comments

Comments
 (0)