Skip to content

Commit

Permalink
v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 12, 2024
1 parent ac98df1 commit 0d128f8
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: Adds `EndsWithNode` and `ContainsNode` typings
hash: bb2233220c988afaece120ece38e035c8dd14b02
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
version: 9.2.0
title: ""
date: 2024-06-12T13:14:07.807Z
- commits:
- subject: Cast Big Serial to integer
hash: 9e4025dd57517f4ad6d06f4cb894062c6ce370cf
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.2.0 - 2024-06-12

* Adds `EndsWithNode` and `ContainsNode` typings [Pagan Gazzard]

## 9.1.4 - 2024-04-09

* Cast Big Serial to integer [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.4",
"version": "9.2.0",
"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-09T10:04:33.326Z"
"publishedAt": "2024-06-12T13:14:08.116Z"
}
}

0 comments on commit 0d128f8

Please sign in to comment.