diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 86aab1b..c627568 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Optimize Duplications of `ComputedField` queries + hash: 87c73d455a8495f268aa5bd0e291f3f3e8bf5777 + body: > + For each modelName the a `ComputedField` is only compiled into + abstract-sql-query once. Afterwards it's used as ReferencedField + footer: + Change-type: minor + change-type: minor + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + nested: [] + version: 6.2.0 + title: "" + date: 2023-11-24T17:37:33.674Z - commits: - subject: Update dependency @types/chai-things to v0.0.38 hash: eefceedfe462c2b5b8b6bbf2590f1c8b4afc1983 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c51c0a..ae58052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 6.2.0 - 2023-11-24 + +* Optimize Duplications of `ComputedField` queries [fisehara] + ## 6.1.3 - 2023-11-10 * Update dependency @types/chai-things to v0.0.38 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 0b33be4..9c13f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/odata-to-abstract-sql", - "version": "6.1.3", + "version": "6.2.0", "description": "A consumer of the OData parser, written in OMeta", "main": "out/odata-to-abstract-sql.js", "scripts": { @@ -53,6 +53,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2023-11-10T01:09:34.743Z" + "publishedAt": "2023-11-24T17:37:33.978Z" } }