Skip to content

Commit d2ca9b8

Browse files
v5.1.1
1 parent d145a38 commit d2ca9b8

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Update dependency lint-staged to v16
3+
hash: 12e514d1fd8eb2174e7c47ac0b0f632c6fe546ec
4+
body: |
5+
Update lint-staged from 15.5.2 to 16.0.0
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
nested: []
11+
version: 5.1.1
12+
title: ""
13+
date: 2025-05-14T23:28:42.126Z
114
- commits:
215
- subject: Add option to replace Serial with Integer
316
hash: cdf0e4e2fc7f91c3fcadbb32d476e3bb47557f24

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+
## 5.1.1 - 2025-05-14
8+
9+
* Update dependency lint-staged to v16 [balena-renovate[bot]]
10+
711
## 5.1.0 - 2024-12-17
812

913
* Add option to replace Serial with Integer [Josh Bowling]

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": "5.1.0",
3+
"version": "5.1.1",
44
"description": "A translator for abstract sql into typescript types.",
55
"type": "commonjs",
66
"main": "out/src/index.js",
@@ -54,6 +54,6 @@
5454
"_": "test/**/*.ts"
5555
},
5656
"versionist": {
57-
"publishedAt": "2024-12-17T01:27:35.241Z"
57+
"publishedAt": "2025-05-14T23:28:42.419Z"
5858
}
5959
}

0 commit comments

Comments
 (0)