diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3f25f29..347ce26 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1b47b..5cf1b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index fc789eb..a33b34f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -64,6 +64,6 @@ "npm": ">=10.7.0" }, "versionist": { - "publishedAt": "2024-10-07T10:03:00.507Z" + "publishedAt": "2024-10-07T12:50:03.220Z" } }