From dc004af55ef458d51cc1ab638dca52d7d9103b74 Mon Sep 17 00:00:00 2001 From: hywax Date: Tue, 7 May 2024 20:47:17 +0500 Subject: [PATCH] chore(release): v0.15.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edca17f..384df49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## v0.15.1 + +[compare changes](https://github.com/hywax/mafl/compare/v0.15.0...v0.15.1) + +### 🩹 Fixes + +- Healthcheck exec failed ([410ccf8](https://github.com/hywax/mafl/commit/410ccf8)) + +### 📖 Documentation + +- Fix showcases ([49fc44d](https://github.com/hywax/mafl/commit/49fc44d)) + +### 📦 Build + +- Change opencontainers labels ([d6c32d5](https://github.com/hywax/mafl/commit/d6c32d5)) + +### ❤️ Contributors + +- Hywax ([@hywax](http://github.com/hywax)) + ## v0.15.0 [compare changes](https://github.com/hywax/mafl/compare/v0.14.0...v0.15.0) diff --git a/package.json b/package.json index e9f6b57..9a52125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.15.0", + "version": "0.15.1", "private": true, "scripts": { "build": "nuxi build",