diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c917077c..c50d1ede 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update renovatebot/github-action action to v39.1.2 + hash: 0ae1001fd139859034f53f8cc6432e3590a2d312 + body: | + Update renovatebot/github-action from 39.1.1 to 39.1.2 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 2.4.21 + title: "" + date: 2023-11-16T01:00:40.393Z - commits: - subject: Update renovatebot/github-action action to v39.1.1 hash: 3749b452def561aa822ad83521c92ea7b9c04e6a diff --git a/CHANGELOG.md b/CHANGELOG.md index 8270977b..250fe98c 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/). +## 2.4.21 - 2023-11-16 + +* Update renovatebot/github-action action to v39.1.2 [Self-hosted Renovate Bot] + ## 2.4.20 - 2023-11-02 * Update renovatebot/github-action action to v39.1.1 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 1d3e14e1..e7a7ec4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/balena-io-renovate-config", - "version": "2.4.20", + "version": "2.4.21", "private": true, "repository": { "type": "git", @@ -19,6 +19,6 @@ "node": ">=18.12.0" }, "versionist": { - "publishedAt": "2023-11-02T21:16:14.338Z" + "publishedAt": "2023-11-16T01:00:40.752Z" } }