From fcab1e27c022aa6557aed73fa2ccaff0a33c4a5c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:19:22 +0000 Subject: [PATCH] v7.1.2 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 25dae48..713e996 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Explicitly type the `compare` function for `hashed` + hash: 6ece56f531ba9507fb090003bd3216e90b2f583b + body: | + This avoids the need for downstream users to have the bcrypt types + available whilst also avoiding accidental breaking changes + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 7.1.2 + title: "" + date: 2024-06-12T12:19:17.354Z - commits: - subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time` hash: eb03c8fb593fad76c74dad57a3d45625daf44d76 diff --git a/CHANGELOG.md b/CHANGELOG.md index e081a9b..8f76e14 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.2 +## (2024-06-12) + +* Explicitly type the `compare` function for `hashed` [Pagan Gazzard] + # v7.1.1 ## (2024-06-04) diff --git a/package.json b/package.json index 9058838..9cb367f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/sbvr-types", - "version": "7.1.1", + "version": "7.1.2", "description": "SBVR type definitions.", "main": "out", "scripts": { @@ -51,6 +51,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-06-04T09:59:12.991Z" + "publishedAt": "2024-06-12T12:19:17.496Z" } }