Skip to content

Commit 578a243

Browse files
author
hywax
committed
chore(release): v0.13.0
1 parent f9b7832 commit 578a243

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

Diff for: CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

33

4+
## v0.13.0
5+
6+
[compare changes](https://github.com/hywax/mafl/compare/v0.12.0...v0.13.0)
7+
8+
### 🚀 Enhancements
9+
10+
- ⚠️ Status indicator operation for all url types ([#87](https://github.com/hywax/mafl/pull/87))
11+
12+
### 💅 Refactors
13+
14+
- Contributors format ([0b7426d](https://github.com/hywax/mafl/commit/0b7426d))
15+
16+
### 📖 Documentation
17+
18+
- Proxmox memory error ([#89](https://github.com/hywax/mafl/pull/89))
19+
20+
### 🏡 Chore
21+
22+
- Feature pull request template ([eb50f0e](https://github.com/hywax/mafl/commit/eb50f0e))
23+
24+
#### ⚠️ Breaking Changes
25+
26+
- ⚠️ Status indicator operation for all url types ([#87](https://github.com/hywax/mafl/pull/87))
27+
28+
### ❤️ Contributors
29+
30+
- Hywax ([@hywax](https://github.com/hywax))
31+
- Alexander ([@hywax](https://github.com/hywax))
32+
433
## v0.12.0
534

635
[compare changes](https://github.com/hywax/mafl/compare/v0.11.1...v0.12.0)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",
@@ -54,4 +54,4 @@
5454
"lint-staged": {
5555
"*.ts": "yarn run lint"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)