Skip to content

Commit 488ecb5

Browse files
v11.2.3
1 parent 70cd19c commit 488ecb5

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- commits:
2+
- subject: Add a test for getting the Length of JSON fields
3+
hash: 2e9547ed7542ef22a3f9d42e34ec10b6116f339d
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Thodoris Greasidis
9+
nested: []
10+
- subject: Fix Cast to Text in MySQL
11+
hash: 1c6c61b6e1b460647d9e67da56ab335e6583eb4c
12+
body: ""
13+
footer:
14+
Change-type: patch
15+
change-type: patch
16+
author: Thodoris Greasidis
17+
nested: []
18+
version: 11.2.3
19+
title: ""
20+
date: 2025-09-12T12:47:39.916Z
121
- commits:
222
- subject: Update dependency chai to v6
323
hash: 104f044041ae45dfb04dd513dbe570fe935f6e15

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 11.2.3 - 2025-09-12
8+
9+
* Add a test for getting the Length of JSON fields [Thodoris Greasidis]
10+
* Fix Cast to Text in MySQL [Thodoris Greasidis]
11+
712
## 11.2.2 - 2025-09-11
813

914
* Update dependency chai to v6 [balena-renovate[bot]]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/abstract-sql-compiler",
3-
"version": "11.2.2",
3+
"version": "11.2.3",
44
"description": "A translator for abstract sql into sql.",
55
"type": "module",
66
"main": "out/abstract-sql-compiler.js",
@@ -60,6 +60,6 @@
6060
"npm": ">=10.7.0"
6161
},
6262
"versionist": {
63-
"publishedAt": "2025-09-11T11:46:59.934Z"
63+
"publishedAt": "2025-09-12T12:47:40.253Z"
6464
}
6565
}

0 commit comments

Comments
 (0)