Skip to content

Commit

Permalink
chore(release): v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Apr 15, 2024
1 parent f9b7832 commit 578a243
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## v0.13.0

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

### 🚀 Enhancements

- ⚠️ Status indicator operation for all url types ([#87](https://github.com/hywax/mafl/pull/87))

### 💅 Refactors

- Contributors format ([0b7426d](https://github.com/hywax/mafl/commit/0b7426d))

### 📖 Documentation

- Proxmox memory error ([#89](https://github.com/hywax/mafl/pull/89))

### 🏡 Chore

- Feature pull request template ([eb50f0e](https://github.com/hywax/mafl/commit/eb50f0e))

#### ⚠️ Breaking Changes

- ⚠️ Status indicator operation for all url types ([#87](https://github.com/hywax/mafl/pull/87))

### ❤️ Contributors

- Hywax ([@hywax](http://github.com/hywax))
- Alexander ([@hywax](http://github.com/hywax))

## v0.12.0

[compare changes](https://github.com/hywax/mafl/compare/v0.11.1...v0.12.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.12.0",
"version": "0.13.0",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down Expand Up @@ -54,4 +54,4 @@
"lint-staged": {
"*.ts": "yarn run lint"
}
}
}

0 comments on commit 578a243

Please sign in to comment.