diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ad3db38..ba2a13e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Change the exported Types to an interface so that they can be augmented + hash: 29de4665e63bd4b5f1cfe75d3018ec29e10c1889 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + version: 9.0.2 + title: "" + date: 2024-09-17T12:44:29.082Z - commits: - subject: Update @balena/lint to v8.2.7 hash: 630ca7d6cbe4fed2d41827205215a2f28a971aea diff --git a/CHANGELOG.md b/CHANGELOG.md index a377aad..e4311fa 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.0.2 +## (2024-09-17) + +* Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis] + # v9.0.1 ## (2024-08-05) diff --git a/package.json b/package.json index b4c1ad8..8354dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/sbvr-types", - "version": "9.0.1", + "version": "9.0.2", "description": "SBVR type definitions.", "main": "out", "scripts": { @@ -51,6 +51,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-08-05T08:18:14.248Z" + "publishedAt": "2024-09-17T12:44:29.210Z" } }