diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 65c782d..25dae48 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time` + hash: eb03c8fb593fad76c74dad57a3d45625daf44d76 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 7.1.1 + title: "" + date: 2024-06-04T09:59:12.864Z - commits: - subject: Export typescript read/write types for each sbvr type hash: 66b9a012e242533372ce34a73e31f6e3aac93d91 diff --git a/CHANGELOG.md b/CHANGELOG.md index f14431e..e081a9b 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.1 +## (2024-06-04) + +* Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard] + # v7.1.0 ## (2024-04-25) diff --git a/package.json b/package.json index b165bf2..9058838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/sbvr-types", - "version": "7.1.0", + "version": "7.1.1", "description": "SBVR type definitions.", "main": "out", "scripts": { @@ -51,6 +51,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-04-25T11:57:57.099Z" + "publishedAt": "2024-06-04T09:59:12.991Z" } }