From 9533333f52328c0c2a74efe2cf5ffe2a614985b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:27:55 +0000 Subject: [PATCH] Version Packages --- .changeset/chatty-years-tan.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chatty-years-tan.md diff --git a/.changeset/chatty-years-tan.md b/.changeset/chatty-years-tan.md deleted file mode 100644 index fdd3b7a..0000000 --- a/.changeset/chatty-years-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"odata-query": patch ---- - -fix: apply transform operations in the correct order diff --git a/CHANGELOG.md b/CHANGELOG.md index 776ce6f..66f32ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # odata-query +## 8.0.5 + +### Patch Changes + +- fix: apply transform operations in the correct order ([#144](https://github.com/techniq/odata-query/pull/144)) + ## 8.0.4 ### Patch Changes diff --git a/package.json b/package.json index 17d0132..717c52d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "odata-query", "description": "OData v4 query builder that uses a simple object-based syntax similar to MongoDB and js-data", - "version": "8.0.4", + "version": "8.0.5", "author": "Sean Lynch ", "license": "MIT", "repository": "techniq/odata-query",