From eb9d7daec1266641c1c670006ea4ceb57668d0e9 Mon Sep 17 00:00:00 2001 From: hywax Date: Fri, 15 Mar 2024 19:43:15 +0500 Subject: [PATCH] chore(release): v0.10.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c3b32..cd744c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## v0.10.0 + +[compare changes](https://github.com/hywax/mafl/compare/v0.9.5...v0.10.0) + +### 🚀 Enhancements + +- Service tags ([2051cee](https://github.com/hywax/mafl/commit/2051cee)) + +### 📖 Documentation + +- Service tags ([4520240](https://github.com/hywax/mafl/commit/4520240)) +- Preview docs image ([1f5a27b](https://github.com/hywax/mafl/commit/1f5a27b)) +- Icons preview ([9504e9a](https://github.com/hywax/mafl/commit/9504e9a)) + +### 🏡 Chore + +- Update CONTRIBUTORS ([f6717aa](https://github.com/hywax/mafl/commit/f6717aa)) + +### ❤️ Contributors + +- Hywax ([@hywax](http://github.com/hywax)) +- Bot ([@hywax-assistant](http://github.com/hywax-assistant)) + ## v0.9.5 [compare changes](https://github.com/hywax/mafl/compare/v0.9.4...v0.9.5) diff --git a/package.json b/package.json index cac7e76..e60e1ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.9.5", + "version": "0.10.0", "private": true, "scripts": { "build": "nuxi build",