diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ce41f5c00..6f0fab137 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove typedoc + hash: a600c7772980361714844046725751efaed59b3c + body: "" + footer: + Change-type: patch + change-type: patch + author: Josh Bowling + nested: [] + version: 29.0.15 + title: "" + date: 2023-08-27T07:51:24.667Z - commits: - subject: Update actions/checkout digest to f43a0e5 hash: 0d96233bf48fbe3e368aef783aac17b8415f02f3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5d2eff0..7cb54eeec 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.15 - 2023-08-27 + +* Remove typedoc [Josh Bowling] + ## 29.0.14 - 2023-08-26 * Update actions/checkout digest to f43a0e5 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index a66c6f400..36b22b603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autumndb", - "version": "29.0.14", + "version": "29.0.15", "repository": { "type": "git", "url": "https://github.com/product-os/autumndb.git" @@ -103,6 +103,6 @@ "pre-commit": "npx lint-staged" }, "versionist": { - "publishedAt": "2023-08-26T14:51:03.023Z" + "publishedAt": "2023-08-27T07:51:25.536Z" } }