From 4a1ca4df88656399cf6af6a96ce68df0265d1db9 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 4 Sep 2024 19:26:49 +0200 Subject: [PATCH] chore(release): v0.2.24 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee59076..0bd6659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.2.24 + +[compare changes](https://github.com/unjs/undocs/compare/v0.2.23...v0.2.24) + +### 🩹 Fixes + +- **steps:** Simplify logic ([#112](https://github.com/unjs/undocs/pull/112)) + +### 🏡 Chore + +- Apply automated updates ([19dc043](https://github.com/unjs/undocs/commit/19dc043)) + +### ❤️ Contributors + +- Christian Preston ([@cpreston321](http://github.com/cpreston321)) + ## v0.2.23 [compare changes](https://github.com/unjs/undocs/compare/v0.2.22...v0.2.23) diff --git a/package.json b/package.json index c5365f8..849dfb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undocs", - "version": "0.2.23", + "version": "0.2.24", "repository": "unjs/undocs", "license": "MIT", "type": "module",