Skip to content

Commit

Permalink
v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 24, 2024
1 parent 32b7585 commit 2bf9614
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: Add Lower unary node for countTableSelects optimization
hash: e3ebcddbf6c725139535fa53de06492a64c9e2a9
body: ""
footer:
Change-type: minor
change-type: minor
author: Otavio Jacobi
nested: []
version: 10.1.0
title: ""
date: 2024-10-24T14:43:39.710Z
- commits:
- subject: Wrap composite comparison operations with parenthesis when necessary
hash: b39c90a5a816b647bd1d4e4b1294bb377a798726
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.1.0 - 2024-10-24

* Add Lower unary node for countTableSelects optimization [Otavio Jacobi]

## 10.0.1 - 2024-10-07

* Wrap composite comparison operations with parenthesis when necessary [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.1",
"version": "10.1.0",
"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-07T12:50:03.220Z"
"publishedAt": "2024-10-24T14:43:40.037Z"
}
}

0 comments on commit 2bf9614

Please sign in to comment.