From fcbaecfdc138fa777a8bd4d504ccc7ca11ef2c68 Mon Sep 17 00:00:00 2001 From: hywax Date: Sun, 14 Apr 2024 20:27:04 +0500 Subject: [PATCH] chore(release): v0.12.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f888f5..3583acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,36 @@ # Changelog +## v0.12.0 + +[compare changes](https://github.com/hywax/mafl/compare/v0.11.1...v0.12.0) + +### 🚀 Enhancements + +- ⚠️ Automatic reloading of application when config is updated ([#86](https://github.com/hywax/mafl/pull/86)) + +### 💅 Refactors + +- Rename useServiceData composable ([d44e4cc](https://github.com/hywax/mafl/commit/d44e4cc)) +- Contributors format ([fc8fdde](https://github.com/hywax/mafl/commit/fc8fdde)) + +### 📖 Documentation + +- **showcase:** By @hywax ([a09eb18](https://github.com/hywax/mafl/commit/a09eb18)) + +### 📦 Build + +- Change author email ([aad7406](https://github.com/hywax/mafl/commit/aad7406)) + +#### ⚠️ Breaking Changes + +- ⚠️ Automatic reloading of application when config is updated ([#86](https://github.com/hywax/mafl/pull/86)) + +### ❤️ Contributors + +- Hywax ([@hywax](http://github.com/hywax)) +- Alexander ([@hywax](http://github.com/hywax)) + ## v0.11.1 [compare changes](https://github.com/hywax/mafl/compare/v0.11.0...v0.11.1) diff --git a/package.json b/package.json index ff54eff..61c6799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.11.1", + "version": "0.12.0", "private": true, "scripts": { "build": "nuxi build", @@ -53,4 +53,4 @@ "lint-staged": { "*.ts": "yarn run lint" } -} +} \ No newline at end of file