diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 31e8224..02f8271 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d70558..f11584f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index 19c3f4f..cbeaafd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -53,6 +53,6 @@ "_": "test/**/*.ts" }, "versionist": { - "publishedAt": "2024-09-06T14:53:21.681Z" + "publishedAt": "2024-09-08T04:05:45.227Z" } }