Skip to content

Commit

Permalink
v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 7, 2024
1 parent 49c6f06 commit b42f6bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Wrap composite comparison operations with parenthesis when necessary
hash: b39c90a5a816b647bd1d4e4b1294bb377a798726
body: ""
footer:
Change-type: patch
change-type: patch
See: https://balena.zulipchat.com/#narrow/stream/346007-balena-io.2FbalenaCloud/topic/pinejs.2015/near/358435946
see: https://balena.zulipchat.com/#narrow/stream/346007-balena-io.2FbalenaCloud/topic/pinejs.2015/near/358435946
author: Thodoris Greasidis
nested: []
version: 10.0.1
title: ""
date: 2024-10-07T12:50:02.908Z
- commits:
- subject: "tsconfig: Switch the module compiler option to Node16"
hash: 28c15f305c99bd1e581a93fddfc985b82d20bdf8
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/).

## 10.0.1 - 2024-10-07

* Wrap composite comparison operations with parenthesis when necessary [Thodoris Greasidis]

## 10.0.0 - 2024-10-07

* tsconfig: Switch the module compiler option to Node16 [Thodoris Greasidis]
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": "10.0.0",
"version": "10.0.1",
"description": "A translator for abstract sql into sql.",
"type": "commonjs",
"main": "out/AbstractSQLCompiler.js",
Expand Down Expand Up @@ -64,6 +64,6 @@
"npm": ">=10.7.0"
},
"versionist": {
"publishedAt": "2024-10-07T10:03:00.507Z"
"publishedAt": "2024-10-07T12:50:03.220Z"
}
}

0 comments on commit b42f6bc

Please sign in to comment.