Skip to content

Commit

Permalink
v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 8, 2024
1 parent 441372d commit 6103435
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: Fix accidentally omitting `Read` types for computed fields
hash: 813492e785721ef2504a9b1afa54a1620e96171c
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 4.0.3
title: ""
date: 2024-09-08T04:05:44.976Z
- commits:
- subject: Fix computed fields to correctly be omitted from `Write` typings
hash: 17f5875cb59e83318b2cdddb7886008f1a48c214
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/).

## 4.0.3 - 2024-09-08

* Fix accidentally omitting `Read` types for computed fields [Pagan Gazzard]

## 4.0.2 - 2024-09-06

* Fix computed fields to correctly be omitted from `Write` typings [Pagan Gazzard]
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": "4.0.2",
"version": "4.0.3",
"description": "A translator for abstract sql into typescript types.",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down Expand Up @@ -53,6 +53,6 @@
"_": "test/**/*.ts"
},
"versionist": {
"publishedAt": "2024-09-06T14:53:21.681Z"
"publishedAt": "2024-09-08T04:05:45.227Z"
}
}

0 comments on commit 6103435

Please sign in to comment.