Skip to content

Commit

Permalink
v9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 5, 2024
1 parent b6a68f1 commit 6fa40ff
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Harald Fischer <[email protected]>
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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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/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",
Expand Down Expand Up @@ -61,6 +61,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-01-02T18:48:39.738Z"
"publishedAt": "2024-03-05T19:12:38.056Z"
}
}

0 comments on commit 6fa40ff

Please sign in to comment.