diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c044634bb..62e8829e7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update docker/bake-action action to v6.2.0 + hash: 2b0a4467255e536fff76bba7d89d6a9657837a7f + body: | + Update docker/bake-action from 6.1.1 to 6.2.0 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 19.5.6 + title: "" + date: 2025-01-15T13:18:37.472Z - commits: - subject: Update docker/bake-action action to v6.1.1 hash: 0f3a37dc95ee23fec5dd5510de52b2eff1ce186d diff --git a/CHANGELOG.md b/CHANGELOG.md index c0327fa14..ca95187f8 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.5.6 - 2025-01-15 + +* Update docker/bake-action action to v6.2.0 [balena-renovate[bot]] + ## 19.5.5 - 2025-01-14 * Update docker/bake-action action to v6.1.1 [balena-renovate[bot]] diff --git a/package-lock.json b/package-lock.json index 10fc01856..170310bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "19.5.5", + "version": "19.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "19.5.5", + "version": "19.5.6", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 1d859111f..88011881b 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "19.5.5", + "version": "19.5.6", "versionist": { - "publishedAt": "2025-01-14T14:06:43.902Z" + "publishedAt": "2025-01-15T13:18:38.024Z" } }