diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8263cfde9..fdba3f490 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/checkout digest to c85c95e + hash: 0ff867e0793c77623231783470648142a638d65b + body: | + Update actions/checkout + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 29.0.1 + title: "" + date: 2023-08-23T21:50:33.422Z - commits: - subject: Update Node.js to v20 hash: 7915dca37727a3632444552c5a45ad6d894a43f7 diff --git a/CHANGELOG.md b/CHANGELOG.md index db1fce4bc..815dc718c 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/). +## 29.0.1 - 2023-08-23 + +* Update actions/checkout digest to c85c95e [Self-hosted Renovate Bot] + ## 29.0.0 - 2023-08-23 * Update Node.js to v20 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 330c86355..54bf83fd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autumndb", - "version": "29.0.0", + "version": "29.0.1", "repository": { "type": "git", "url": "https://github.com/product-os/autumndb.git" @@ -105,6 +105,6 @@ "pre-commit": "npx lint-staged" }, "versionist": { - "publishedAt": "2023-08-23T20:44:31.311Z" + "publishedAt": "2023-08-23T21:50:34.237Z" } }