From 8f52eeade622af710da0efaf1503bc42602ef408 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:57:59 +0000 Subject: [PATCH] v7.1.0 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7e0e060..65c782d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Export typescript read/write types for each sbvr type + hash: 66b9a012e242533372ce34a73e31f6e3aac93d91 + body: "" + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + version: 7.1.0 + title: "" + date: 2024-04-25T11:57:56.975Z - commits: - subject: Update Big Serial concept type to Big Integer hash: 6343737f7eb62282ebb2b572faf2b91716508a8b diff --git a/CHANGELOG.md b/CHANGELOG.md index f89f059..f14431e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v7.1.0 +## (2024-04-25) + +* Export typescript read/write types for each sbvr type [Pagan Gazzard] + # v7.0.10 ## (2024-04-09) diff --git a/package.json b/package.json index ed5dcc8..b165bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/sbvr-types", - "version": "7.0.10", + "version": "7.1.0", "description": "SBVR type definitions.", "main": "out", "scripts": { @@ -51,6 +51,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-04-09T11:21:31.187Z" + "publishedAt": "2024-04-25T11:57:57.099Z" } }