diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c4ebb7245..d6b822ca9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update typed-error to 3.2.2 + hash: cceef92d85b8aa6cc70b57448387d178002e5915 + body: "" + footer: + Change-type: patch + change-type: patch + author: Josh Bowling + nested: [] + version: 29.0.8 + title: "" + date: 2023-08-26T11:39:32.180Z - commits: - subject: Update semver to 7.5.4 hash: 10c283601b984938f5c505257b30e35f986eab88 diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a8d8896..3c876234d 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.8 - 2023-08-26 + +* Update typed-error to 3.2.2 [Josh Bowling] + ## 29.0.7 - 2023-08-26 * Update semver to 7.5.4 [Josh Bowling] diff --git a/package.json b/package.json index f5c977787..b9f79ecff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autumndb", - "version": "29.0.7", + "version": "29.0.8", "repository": { "type": "git", "url": "https://github.com/product-os/autumndb.git" @@ -105,6 +105,6 @@ "pre-commit": "npx lint-staged" }, "versionist": { - "publishedAt": "2023-08-26T11:27:43.528Z" + "publishedAt": "2023-08-26T11:39:33.030Z" } }