Skip to content

Commit

Permalink
v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 15, 2024
1 parent b465e73 commit 760c596
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 2 deletions.
70 changes: 70 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@
- commits:
- subject: Update dependencies
hash: 6f619f6a24ec7a4086963b035fe3c015c729678c
body: |
Update @balena/abstract-sql-compiler from 9.0.3 to 9.0.4
Update @balena/lint from 7.2.0 to 7.2.4
Update @balena/odata-parser from 3.0.1 to 3.0.3
Update @balena/sbvr-types from 6.1.0 to 6.1.1
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested:
- commits:
- subject: Update dependency @types/node to v20
hash: 82a6edce01af738b184d223351bdfe79c63e7cce
body: |
Update @types/node from 18.19.4 to 20.10.6
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested: []
version: abstract-sql-compiler-9.0.4
title: ""
date: 2024-01-02T18:48:39.478Z
- commits:
- subject: Optimize by moving constant values into global init
hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: fisehara <[email protected]>
signed-off-by: fisehara <[email protected]>
author: fisehara
version: odata-parser-3.0.3
title: ""
date: 2024-01-04T15:30:09.102Z
- commits:
- subject: Update dependencies
hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86
body: >
- Update @balena/lint from 6.2.2 to 7.2.4
- Delete `require-npm4-to-publish` as handled by `engines` parameter in `package.json`
footer:
Change-type: patch
change-type: patch
Signed-off-by: fisehara <[email protected]>
signed-off-by: fisehara <[email protected]>
author: fisehara
version: odata-parser-3.0.2
title: ""
date: 2024-01-04T10:16:56.896Z
- commits:
- subject: Update dependency @types/chai-datetime to ^0.0.39
hash: 428c5a2c94bd753cc2ffc6d1e012c3a743e1b4d2
body: |
Update @types/chai-datetime from 0.0.37 to 0.0.39
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
version: sbvr-types-6.1.1
title: ""
date: 2024-01-02T18:54:07.180Z
version: 6.2.1
title: ""
date: 2024-01-15T15:03:52.684Z
- commits:
- subject: Optimize Duplications of `ComputedField` queries
hash: 87c73d455a8495f268aa5bd0e291f3f3e8bf5777
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ 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.1 - 2024-01-15


<details>
<summary> Update dependencies [Pagan Gazzard] </summary>

> ### abstract-sql-compiler-9.0.4 - 2024-01-02
>
> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
>
> ### odata-parser-3.0.3 - 2024-01-04
>
> * Optimize by moving constant values into global init [fisehara]
>
> ### odata-parser-3.0.2 - 2024-01-04
>
> * Update dependencies [fisehara]
>
> ### sbvr-types-6.1.1 - 2024-01-02
>
> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
>
</details>

## 6.2.0 - 2023-11-24

* Optimize Duplications of `ComputedField` queries [fisehara]
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.2.0",
"version": "6.2.1",
"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-24T17:37:33.978Z"
"publishedAt": "2024-01-15T15:03:53.701Z"
}
}

0 comments on commit 760c596

Please sign in to comment.