diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4a4ee0992..2e6cb04fd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency node to 18.18 + hash: ae12379d4960319c1fa4e3cde3f7e01de649eeee + body: | + Update node from 18.17.1 to 18.18.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 29.0.21 + title: "" + date: 2023-09-18T21:51:10.869Z - commits: - subject: Update github/codeql-action digest to 04daf01 hash: 939da1b5987524e9b2c0c12ca819a74ad1f66c02 diff --git a/CHANGELOG.md b/CHANGELOG.md index e064495d8..06151aeb5 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.21 - 2023-09-18 + +* Update dependency node to 18.18 [Self-hosted Renovate Bot] + ## 29.0.20 - 2023-09-14 * Update github/codeql-action digest to 04daf01 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 7aedca406..56a01b96e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autumndb", - "version": "29.0.20", + "version": "29.0.21", "repository": { "type": "git", "url": "https://github.com/product-os/autumndb.git" @@ -103,6 +103,6 @@ "pre-commit": "npx lint-staged" }, "versionist": { - "publishedAt": "2023-09-14T17:53:05.608Z" + "publishedAt": "2023-09-18T21:51:11.575Z" } }