diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c627568..afc2c66 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: fisehara + 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 + signed-off-by: fisehara + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ae58052..388e2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + + +
+ Update dependencies [Pagan Gazzard] + +> ### 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] +> + +
+ ## 6.2.0 - 2023-11-24 * Optimize Duplications of `ComputedField` queries [fisehara] diff --git a/package.json b/package.json index 66814dd..3ffb2d6 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -53,6 +53,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2023-11-24T17:37:33.978Z" + "publishedAt": "2024-01-15T15:03:53.701Z" } }