Skip to content

Commit f798f9a

Browse files
v6.1.0
1 parent bc78d2e commit f798f9a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Add support for writable tables with definitions
3+
hash: 0fe525bf580706d3d37758e836830be6c65956dc
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Pagan Gazzard
9+
nested: []
10+
version: 6.1.0
11+
title: ""
12+
date: 2025-08-06T12:50:39.595Z
113
- commits:
214
- subject: Update @balena/abstract-sql-compiler to 11.x,
315
@balena/odata-to-abstract-sql to 9.x

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 6.1.0 - 2025-08-06
8+
9+
* Add support for writable tables with definitions [Pagan Gazzard]
10+
711
## 6.0.0 - 2025-08-01
812

913

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-to-typescript",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "A translator for abstract sql into typescript types.",
55
"type": "module",
66
"main": "out/src/index.js",
@@ -55,6 +55,6 @@
5555
"_": "test/**/*.ts"
5656
},
5757
"versionist": {
58-
"publishedAt": "2025-08-01T13:46:58.687Z"
58+
"publishedAt": "2025-08-06T12:50:39.905Z"
5959
}
6060
}

0 commit comments

Comments
 (0)