diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 43d0900e8..e00c087b9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: "Fix a typo in the test workflow providing discussion: read access" + hash: 83e2414d765145ff6a0c340dda32c06b0dba4be2 + body: > + The default read-only policy does not provide any discussion + permissions, + + so we should update this test workflow to remain aligned for clarity. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 19.0.6 + title: "" + date: 2024-11-18T20:52:17.277Z - commits: - subject: Fix merged PRs to share a single concurrency group hash: 62c59107dd7e428cc3cb0e9814e518e2f296bf4f diff --git a/CHANGELOG.md b/CHANGELOG.md index bcca24a89..a19b8c475 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.0.6 - 2024-11-18 + +* Fix a typo in the test workflow providing discussion: read access [Kyle Harding] + ## 19.0.5 - 2024-11-18 * Fix merged PRs to share a single concurrency group [Kyle Harding] diff --git a/package-lock.json b/package-lock.json index c4d86a107..b5411b30c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "19.0.5", + "version": "19.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "19.0.5", + "version": "19.0.6", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 9bbce606e..1e8a52ca7 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "19.0.5", + "version": "19.0.6", "versionist": { - "publishedAt": "2024-11-18T17:22:58.821Z" + "publishedAt": "2024-11-18T20:52:17.795Z" } }