Skip to content

Commit

Permalink
v7.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed May 3, 2021
1 parent e411bb6 commit ff7c921
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Remove now unnecessary hack for casting SERIAL types
hash: 187bc075d237a2ced731d0a026ca25aa3e0f5540
body: |
This became unnecessary when @balena/sbvr-types added the concept of
cast types since that now specifies how to cast a SERIAL type
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 7.12.3
date: 2021-05-03T11:31:24.967Z
- commits:
- subject: Update dependencies
hash: a6219180c9962df1ff0de4951201f088efb1fb4b
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/).

## 7.12.3 - 2021-05-03

* Remove now unnecessary hack for casting SERIAL types [Pagan Gazzard]

## 7.12.2 - 2021-03-22


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/abstract-sql-compiler",
"version": "7.12.2",
"version": "7.12.3",
"description": "A translator for abstract sql into sql.",
"main": "out/AbstractSQLCompiler.js",
"types": "out/AbstractSQLCompiler.d.ts",
Expand Down

0 comments on commit ff7c921

Please sign in to comment.