From 4118bc14f7949137613357e8f24d3cd3f225414d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 3 Sep 2024 14:11:18 +0200 Subject: [PATCH] chore(release): v0.2.23 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c3c45..ee59076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## v0.2.23 + +[compare changes](https://github.com/unjs/undocs/compare/v0.2.22...v0.2.23) + +### 🚀 Enhancements + +- Use resvg with wasm ([b9be2aa](https://github.com/unjs/undocs/commit/b9be2aa)) + +### 🩹 Fixes + +- Force add `.docs` as layer 0 ([486903f](https://github.com/unjs/undocs/commit/486903f)) +- Fix landing hydration issue ([8df421e](https://github.com/unjs/undocs/commit/8df421e)) +- Workaround tailwind initial build issue ([f7a394f](https://github.com/unjs/undocs/commit/f7a394f)) + +### 💅 Refactors + +- Simplify app dir ([f3b7d07](https://github.com/unjs/undocs/commit/f3b7d07)) +- Use yellow shadow for og bg ([ce281c3](https://github.com/unjs/undocs/commit/ce281c3)) + +### 🏡 Chore + +- Update lockfile ([3b4b70f](https://github.com/unjs/undocs/commit/3b4b70f)) +- Lint ([a52361f](https://github.com/unjs/undocs/commit/a52361f)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.2.22 [compare changes](https://github.com/unjs/undocs/compare/v0.2.21...v0.2.22) diff --git a/package.json b/package.json index cee50d6..c5365f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undocs", - "version": "0.2.22", + "version": "0.2.23", "repository": "unjs/undocs", "license": "MIT", "type": "module",