diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 18b60bdc..014ed048 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: allow cd shell command + hash: cd9c41300957d00ddb0fd208eddd767fc6cf837c + body: "" + footer: + change-type: patch + author: Anton Belodedenko + nested: [] + version: 2.4.24 + title: "" + date: 2023-11-21T16:12:34.402Z - commits: - subject: Update renovatebot/github-action action to v39.1.3 hash: 2ca66dabbb266ec9b15c6db6a6295d3815c5e3c0 diff --git a/CHANGELOG.md b/CHANGELOG.md index abfdf7fd..d20de6fc 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.24 - 2023-11-21 + +* allow cd shell command [Anton Belodedenko] + ## 2.4.23 - 2023-11-21 * Update renovatebot/github-action action to v39.1.3 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 7813b086..27131bcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/balena-io-renovate-config", - "version": "2.4.23", + "version": "2.4.24", "private": true, "repository": { "type": "git", @@ -19,6 +19,6 @@ "node": ">=18.12.0" }, "versionist": { - "publishedAt": "2023-11-21T01:14:54.851Z" + "publishedAt": "2023-11-21T16:12:34.705Z" } }