Skip to content

Commit

Permalink
v9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 9, 2024
1 parent 2135267 commit f4cad6e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Cast Big Serial to integer
hash: 9e4025dd57517f4ad6d06f4cb894062c6ce370cf
body: ""
footer:
Change-type: patch
change-type: patch
author: Josh Bowling
nested: []
version: 9.1.4
title: ""
date: 2024-04-09T10:04:33.059Z
- commits:
- subject: Update prepare script for husky v9
hash: bae835665431a88f0fdd4804f1d70757a7e11dd0
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.1.4 - 2024-04-09

* Cast Big Serial to integer [Josh Bowling]

## 9.1.3 - 2024-04-09

* Update prepare script for husky v9 [Josh Bowling]
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.1.3",
"version": "9.1.4",
"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-04-09T01:41:54.088Z"
"publishedAt": "2024-04-09T10:04:33.326Z"
}
}

0 comments on commit f4cad6e

Please sign in to comment.