Skip to content

Commit

Permalink
v6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 5, 2024
1 parent a8c6dcd commit 1e7dece
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: fisehara <[email protected]>
author: fisehara
nested: []
- subject: Fix linter issue
hash: d5e0d142e779f29ef316cdb20d0f91a983960e69
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: fisehara <[email protected]>
signed-off-by: fisehara <[email protected]>
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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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.3",
"version": "6.2.4",
"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": "2024-01-15T16:41:11.152Z"
"publishedAt": "2024-03-05T18:23:43.898Z"
}
}

0 comments on commit 1e7dece

Please sign in to comment.