From 578a24308949bb194694a7ac95052e02b565b595 Mon Sep 17 00:00:00 2001 From: hywax Date: Mon, 15 Apr 2024 15:19:26 +0500 Subject: [PATCH] chore(release): v0.13.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbb355..3c929ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ # Changelog +## v0.13.0 + +[compare changes](https://github.com/hywax/mafl/compare/v0.12.0...v0.13.0) + +### 🚀 Enhancements + +- ⚠️ Status indicator operation for all url types ([#87](https://github.com/hywax/mafl/pull/87)) + +### 💅 Refactors + +- Contributors format ([0b7426d](https://github.com/hywax/mafl/commit/0b7426d)) + +### 📖 Documentation + +- Proxmox memory error ([#89](https://github.com/hywax/mafl/pull/89)) + +### 🏡 Chore + +- Feature pull request template ([eb50f0e](https://github.com/hywax/mafl/commit/eb50f0e)) + +#### ⚠️ Breaking Changes + +- ⚠️ Status indicator operation for all url types ([#87](https://github.com/hywax/mafl/pull/87)) + +### ❤️ Contributors + +- Hywax ([@hywax](http://github.com/hywax)) +- Alexander ([@hywax](http://github.com/hywax)) + ## v0.12.0 [compare changes](https://github.com/hywax/mafl/compare/v0.11.1...v0.12.0) diff --git a/package.json b/package.json index 27d133c..943ad13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.12.0", + "version": "0.13.0", "private": true, "scripts": { "build": "nuxi build", @@ -54,4 +54,4 @@ "lint-staged": { "*.ts": "yarn run lint" } -} +} \ No newline at end of file