From 33c9d9653bd0920d65d6f21e1c0c0632b66a9144 Mon Sep 17 00:00:00 2001 From: hywax Date: Mon, 1 Jan 2024 19:28:49 +0500 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26cf591..74d8da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,34 @@ # Changelog +## v0.3.0 + +[compare changes](https://github.com/hywax/mafl/compare/v0.2.1...v0.3.0) + +### 🚀 Enhancements + +- ⚠️ Automatic update check ([a25785d](https://github.com/hywax/mafl/commit/a25785d)) + +### 💅 Refactors + +- Getting config from server ([cf53bd8](https://github.com/hywax/mafl/commit/cf53bd8)) + +### 🏡 Chore + +- Config provide lang ([9bbfb8b](https://github.com/hywax/mafl/commit/9bbfb8b)) +- Add defu ([2b64480](https://github.com/hywax/mafl/commit/2b64480)) +- Brand colors ([4ad843f](https://github.com/hywax/mafl/commit/4ad843f)) +- Remove nuxt-site-config module ([2fd2dc0](https://github.com/hywax/mafl/commit/2fd2dc0)) +- **nuxt:** Enable ssr ([5e365a4](https://github.com/hywax/mafl/commit/5e365a4)) + +#### ⚠️ Breaking Changes + +- ⚠️ Automatic update check ([a25785d](https://github.com/hywax/mafl/commit/a25785d)) + +### ❤️ Contributors + +- Hywax + ## v0.2.1 [compare changes](https://github.com/hywax/mafl/compare/v0.2.0...v0.2.1) diff --git a/package.json b/package.json index 3454f23..6994549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.2.1", + "version": "0.3.0", "private": true, "scripts": { "build": "nuxi build", @@ -42,4 +42,4 @@ "lint-staged": { "*.ts": "yarn run lint" } -} +} \ No newline at end of file