diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 68b385c..cbbda4f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Update `@balena/sbvr-types` + hash: 1822aa5e81736f18f2a4dd265e5754b589d4fd36 + body: > + Updaet @balena/sbvr-types from 6.0.0 to 7.0.1 + + + @balena/sbvr-types changes `fetchProcessing` and not validate. No change in abstract-sql-compiler interfaces. => Patch + footer: + Change-type: patch + change-type: patch + Signed-off-by: Harald Fischer + signed-off-by: Harald Fischer + author: Harald Fischer + nested: [] + version: 9.0.5 + title: "" + date: 2024-03-05T19:12:37.779Z - commits: - subject: Update dependency @types/node to v20 hash: 82a6edce01af738b184d223351bdfe79c63e7cce diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b830b5..192799f 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/). +## 9.0.5 - 2024-03-05 + +* Update `@balena/sbvr-types` [Harald Fischer] + ## 9.0.4 - 2024-01-02 * Update dependency @types/node to v20 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 598d513..a17501e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/abstract-sql-compiler", - "version": "9.0.4", + "version": "9.0.5", "description": "A translator for abstract sql into sql.", "main": "out/AbstractSQLCompiler.js", "types": "out/AbstractSQLCompiler.d.ts", @@ -61,6 +61,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-01-02T18:48:39.738Z" + "publishedAt": "2024-03-05T19:12:38.056Z" } }