diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c58b30c..4923ed8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: Update `@balena/sbvr-types` devDependencies + hash: 93ba82f914f8e036e79fa174a58881db294b84c6 + body: | + Update `@balena/sbvr-types` from 6.1.1 to 7.0.1 + + Update of devDependencies => patch + footer: + Change-type: patch + change-type: patch + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + nested: [] + - subject: Fix linter issue + hash: d5e0d142e779f29ef316cdb20d0f91a983960e69 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + nested: [] + version: 6.2.4 + title: "" + date: 2024-03-05T18:23:43.575Z - commits: - subject: Require at least one field to be updated for PATCH requests hash: ad819432657598898a4811d9628c9ca0a0e428c6 diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f708c..af8bae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.4 - 2024-03-05 + +* Update `@balena/sbvr-types` devDependencies [fisehara] +* Fix linter issue [fisehara] + ## 6.2.3 - 2024-01-15 * Require at least one field to be updated for PATCH requests [Pagan Gazzard] diff --git a/package.json b/package.json index 4ef3cf3..e65c11a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/odata-to-abstract-sql", - "version": "6.2.3", + "version": "6.2.4", "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": "2024-01-15T16:41:11.152Z" + "publishedAt": "2024-03-05T18:23:43.898Z" } }