diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c7dbc3220..b02f9275c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update balena-io/deploy-to-balena-action action to v2.0.84 + hash: aa3e1e3210fdfb1a7faf3ae299da52f7d672e954 + body: | + Update balena-io/deploy-to-balena-action from 2.0.81 to 2.0.84 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 18.2.1 + title: "" + date: 2024-11-13T16:09:29.406Z - commits: - subject: Only generate installation tokens when App ID is provided hash: 0286a1cc1a832fee7f1597a37174ee01d091677f diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c9ccaa9..0c30d7dbb 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/). +## 18.2.1 - 2024-11-13 + +* Update balena-io/deploy-to-balena-action action to v2.0.84 [balena-renovate[bot]] + ## 18.2.0 - 2024-11-12 * Only generate installation tokens when App ID is provided [Kyle Harding] diff --git a/package-lock.json b/package-lock.json index 521df8b14..b3db67fb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "18.2.0", + "version": "18.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "18.2.0", + "version": "18.2.1", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index ef86fc9f4..1db1bed70 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "18.2.0", + "version": "18.2.1", "versionist": { - "publishedAt": "2024-11-12T19:53:33.068Z" + "publishedAt": "2024-11-13T16:09:29.922Z" } }