Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 17, 2024
1 parent abd1cfe commit 305a695
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 option to replace Serial with Integer
hash: cdf0e4e2fc7f91c3fcadbb32d476e3bb47557f24
body: ""
footer:
Change-type: minor
change-type: minor
author: Josh Bowling
nested: []
version: 5.1.0
title: ""
date: 2024-12-17T01:27:34.934Z
- commits:
- subject: Inline type on missing reference
hash: 069ff8967f2ebde2982fa54e76757ef299e29c68
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/).

## 5.1.0 - 2024-12-17

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

## 5.0.4 - 2024-12-16

* Inline type on missing reference [Josh Bowling]
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-to-typescript",
"version": "5.0.4",
"version": "5.1.0",
"description": "A translator for abstract sql into typescript types.",
"type": "commonjs",
"main": "out/src/index.js",
Expand Down Expand Up @@ -54,6 +54,6 @@
"_": "test/**/*.ts"
},
"versionist": {
"publishedAt": "2024-12-16T13:47:22.926Z"
"publishedAt": "2024-12-17T01:27:35.241Z"
}
}

0 comments on commit 305a695

Please sign in to comment.