diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3c41c1ae8..ecabcc81e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Make clear that unedited release notes will not be posted + hash: 2adb64da5d51720920c11758c161b6ac9aab8905 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 19.1.15 + title: "" + date: 2024-12-09T14:43:25.411Z - commits: - subject: Update product-os/setup-awscli-action action to v0.0.9 hash: 2e6c62ce7e348dd9a04dce1d0c32f983a6501bde diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e70d98e..1b326e06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 19.1.15 - 2024-12-09 + +* Make clear that unedited release notes will not be posted [Pagan Gazzard] + ## 19.1.14 - 2024-12-05 * Update product-os/setup-awscli-action action to v0.0.9 [balena-renovate[bot]] diff --git a/package-lock.json b/package-lock.json index 9d7820f83..468ea9be5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "19.1.14", + "version": "19.1.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "19.1.14", + "version": "19.1.15", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 4ce9f4dd1..0c7e7cfec 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "19.1.14", + "version": "19.1.15", "versionist": { - "publishedAt": "2024-12-05T18:06:09.690Z" + "publishedAt": "2024-12-09T14:43:25.943Z" } }