Skip to content

Commit

Permalink
chore(release): v0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 3, 2024
1 parent ce281c3 commit 4118bc1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "undocs",
"version": "0.2.22",
"version": "0.2.23",
"repository": "unjs/undocs",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 4118bc1

Please sign in to comment.