diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e871bbc0e..0c26b471b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update docker/metadata-action action to v5.4.0 + hash: b05a78eac1efb3ecccab2b633666cf3ce647a60b + body: | + Update docker/metadata-action from 5.3.0 to 5.4.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.15.17 + title: "" + date: 2023-12-19T02:11:20.430Z - commits: - subject: Update actions/download-artifact action to v4.1.0 hash: 20cc6911fb148aad14dc85f59141cf45ff49343f diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c3d9e73..c18e69ba5 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/). +## 5.15.17 - 2023-12-19 + +* Update docker/metadata-action action to v5.4.0 [Self-hosted Renovate Bot] + ## 5.15.16 - 2023-12-19 * Update actions/download-artifact action to v4.1.0 [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index e0bb53e7a..571033dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "5.15.16", + "version": "5.15.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "5.15.16", + "version": "5.15.17", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 7c71815d3..2b2515eec 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "5.15.16", + "version": "5.15.17", "versionist": { - "publishedAt": "2023-12-19T01:05:30.738Z" + "publishedAt": "2023-12-19T02:11:20.936Z" } }