From 58b3adb197b64c32163b5d4c8b98487697f8667e Mon Sep 17 00:00:00 2001 From: hywax Date: Sat, 27 Apr 2024 15:43:36 +0500 Subject: [PATCH] chore(release): v0.15.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee106a..edca17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog +## v0.15.0 + +[compare changes](https://github.com/hywax/mafl/compare/v0.14.0...v0.15.0) + +### 🚀 Enhancements + +- ⚠️ Docker health check (#92, #93) ([#92](https://github.com/hywax/mafl/issues/92), [#93](https://github.com/hywax/mafl/issues/93)) + +### 📖 Documentation + +- Proxmox file volumes ([#96](https://github.com/hywax/mafl/pull/96)) +- Fix proxmox file volumes ([0891abd](https://github.com/hywax/mafl/commit/0891abd)) + +#### ⚠️ Breaking Changes + +- ⚠️ Docker health check (#92, #93) ([#92](https://github.com/hywax/mafl/issues/92), [#93](https://github.com/hywax/mafl/issues/93)) + +### ❤️ Contributors + +- Hywax ([@hywax](http://github.com/hywax)) +- Alexander ([@hywax](http://github.com/hywax)) + ## v0.14.0 [compare changes](https://github.com/hywax/mafl/compare/v0.13.0...v0.14.0) diff --git a/package.json b/package.json index a662c50..7dfe242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.14.0", + "version": "0.15.0", "private": true, "scripts": { "build": "nuxi build",