From 96c907d3fee35c8c1b6cefa278a064d831fe5fd8 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:50:45 +0000 Subject: [PATCH] v29.0.22 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2e6cb04fd..e17ce449a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update github/codeql-action digest to 6a28655 + hash: 7971ae9e6b2cdd647ddd76feb17a75cd08a82379 + body: | + Update github/codeql-action + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 29.0.22 + title: "" + date: 2023-09-19T10:50:38.099Z - commits: - subject: Update dependency node to 18.18 hash: ae12379d4960319c1fa4e3cde3f7e01de649eeee diff --git a/CHANGELOG.md b/CHANGELOG.md index 06151aeb5..1341fb1c3 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.22 - 2023-09-19 + +* Update github/codeql-action digest to 6a28655 [Self-hosted Renovate Bot] + ## 29.0.21 - 2023-09-18 * Update dependency node to 18.18 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 56a01b96e..c9953f679 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autumndb", - "version": "29.0.21", + "version": "29.0.22", "repository": { "type": "git", "url": "https://github.com/product-os/autumndb.git" @@ -103,6 +103,6 @@ "pre-commit": "npx lint-staged" }, "versionist": { - "publishedAt": "2023-09-18T21:51:11.575Z" + "publishedAt": "2023-09-19T10:50:38.916Z" } }