From 64c6d975ed86a280614d96fbd85e33db7c1d1390 Mon Sep 17 00:00:00 2001 From: hywax Date: Fri, 7 Jun 2024 00:48:41 +0500 Subject: [PATCH] chore(release): v0.15.3 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cf044..72f58cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.15.3 + +[compare changes](https://github.com/hywax/mafl/compare/v0.15.2...v0.15.3) + +### 🩹 Fixes + +- Home page translation key was missing ([981e02c](https://github.com/hywax/mafl/commit/981e02c)) + +### 📖 Documentation + +- **showcase:** By @AemonCao ([#113](https://github.com/hywax/mafl/pull/113)) +- Fix image path ([4dbe8a2](https://github.com/hywax/mafl/commit/4dbe8a2)) + +### 🏡 Chore + +- **i18n:** Update zh-CN ([#109](https://github.com/hywax/mafl/pull/109)) +- Update CONTRIBUTORS ([42a3e9a](https://github.com/hywax/mafl/commit/42a3e9a)) + +### ❤️ Contributors + +- Hywax ([@hywax](http://github.com/hywax)) +- Bot ([@hywax-assistant](http://github.com/hywax-assistant)) +- Aemon Cao + ## v0.15.2 [compare changes](https://github.com/hywax/mafl/compare/v0.15.1...v0.15.2) diff --git a/package.json b/package.json index ba687ab..8808f06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.15.2", + "version": "0.15.3", "private": true, "scripts": { "build": "nuxi build",