Skip to content

Commit 58b3adb

Browse files
author
hywax
committed
chore(release): v0.15.0
1 parent 0891abd commit 58b3adb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33

4+
## v0.15.0
5+
6+
[compare changes](https://github.com/hywax/mafl/compare/v0.14.0...v0.15.0)
7+
8+
### 🚀 Enhancements
9+
10+
- ⚠️ Docker health check (#92, #93) ([#92](https://github.com/hywax/mafl/issues/92), [#93](https://github.com/hywax/mafl/issues/93))
11+
12+
### 📖 Documentation
13+
14+
- Proxmox file volumes ([#96](https://github.com/hywax/mafl/pull/96))
15+
- Fix proxmox file volumes ([0891abd](https://github.com/hywax/mafl/commit/0891abd))
16+
17+
#### ⚠️ Breaking Changes
18+
19+
- ⚠️ Docker health check (#92, #93) ([#92](https://github.com/hywax/mafl/issues/92), [#93](https://github.com/hywax/mafl/issues/93))
20+
21+
### ❤️ Contributors
22+
23+
- Hywax ([@hywax](http://github.com/hywax))
24+
- Alexander ([@hywax](http://github.com/hywax))
25+
426
## v0.14.0
527

628
[compare changes](https://github.com/hywax/mafl/compare/v0.13.0...v0.14.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",

0 commit comments

Comments
 (0)