From 7593253fa214fd7c4969a786c5b7168f70430b0c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:56:35 +0000 Subject: [PATCH] v9.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 ba2a13e..6af14aa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Add `is case insensitively equal to` for Text types + hash: c6414b8b53cb6935e2a496a31d29c7e90efefe38 + body: "" + footer: + Change-type: minor + change-type: minor + author: Otavio Jacobi + version: 9.1.0 + title: "" + date: 2024-10-24T15:56:32.550Z - commits: - subject: Change the exported Types to an interface so that they can be augmented hash: 29de4665e63bd4b5f1cfe75d3018ec29e10c1889 diff --git a/CHANGELOG.md b/CHANGELOG.md index e4311fa..d60a42d 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/). +# v9.1.0 +## (2024-10-24) + +* Add `is case insensitively equal to` for Text types [Otavio Jacobi] + # v9.0.2 ## (2024-09-17) diff --git a/package.json b/package.json index 8354dcc..59bf9fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/sbvr-types", - "version": "9.0.2", + "version": "9.1.0", "description": "SBVR type definitions.", "main": "out", "scripts": { @@ -51,6 +51,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-09-17T12:44:29.210Z" + "publishedAt": "2024-10-24T15:56:32.675Z" } }