Skip to content

Commit

Permalink
v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 12, 2024
1 parent 495264b commit fcab1e2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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/sbvr-types",
"version": "7.1.1",
"version": "7.1.2",
"description": "SBVR type definitions.",
"main": "out",
"scripts": {
Expand Down Expand Up @@ -51,6 +51,6 @@
"npm": ">=8.1.0"
},
"versionist": {
"publishedAt": "2024-06-04T09:59:12.991Z"
"publishedAt": "2024-06-12T12:19:17.496Z"
}
}

0 comments on commit fcab1e2

Please sign in to comment.