Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 24, 2023
1 parent c7c9679 commit 22aa705
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: fisehara <[email protected]>
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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -53,6 +53,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2023-11-10T01:09:34.743Z"
"publishedAt": "2023-11-24T17:37:33.978Z"
}
}

0 comments on commit 22aa705

Please sign in to comment.