Skip to content

Commit

Permalink
chore(release): v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Apr 14, 2024
1 parent a09eb18 commit fcbaecf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Changelog


## v0.12.0

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

### 🚀 Enhancements

- ⚠️ Automatic reloading of application when config is updated ([#86](https://github.com/hywax/mafl/pull/86))

### 💅 Refactors

- Rename useServiceData composable ([d44e4cc](https://github.com/hywax/mafl/commit/d44e4cc))
- Contributors format ([fc8fdde](https://github.com/hywax/mafl/commit/fc8fdde))

### 📖 Documentation

- **showcase:** By @hywax ([a09eb18](https://github.com/hywax/mafl/commit/a09eb18))

### 📦 Build

- Change author email ([aad7406](https://github.com/hywax/mafl/commit/aad7406))

#### ⚠️ Breaking Changes

- ⚠️ Automatic reloading of application when config is updated ([#86](https://github.com/hywax/mafl/pull/86))

### ❤️ Contributors

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

## v0.11.1

[compare changes](https://github.com/hywax/mafl/compare/v0.11.0...v0.11.1)
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.11.1",
"version": "0.12.0",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down Expand Up @@ -53,4 +53,4 @@
"lint-staged": {
"*.ts": "yarn run lint"
}
}
}

0 comments on commit fcbaecf

Please sign in to comment.