Skip to content

Commit

Permalink
chore(release): v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 5, 2024
1 parent 8d359d2 commit aa1d4bd
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.7.2

[compare changes](https://github.com/hywax/mafl/compare/v0.7.1...v0.7.2)

### 🚀 Enhancements

- Custom error page ([9578305](https://github.com/hywax/mafl/commit/9578305))
- Validation config ([349b546](https://github.com/hywax/mafl/commit/349b546))
- Sepia theme ([a6c38b9](https://github.com/hywax/mafl/commit/a6c38b9))

### 🩹 Fixes

- Color message ([371b778](https://github.com/hywax/mafl/commit/371b778))

### 🏡 Chore

- Immediate status service ([1d43994](https://github.com/hywax/mafl/commit/1d43994))
- Set default page title ([8009c8f](https://github.com/hywax/mafl/commit/8009c8f))
- Remove unused translations ([53f3288](https://github.com/hywax/mafl/commit/53f3288))
- Zod validation ([0089cf9](https://github.com/hywax/mafl/commit/0089cf9))
- Update locales ([a1fa9ba](https://github.com/hywax/mafl/commit/a1fa9ba))
- Immediate default false ([f41d0e1](https://github.com/hywax/mafl/commit/f41d0e1))
- Redirect to error page ([6094ba0](https://github.com/hywax/mafl/commit/6094ba0))
- Change dark background ([8d359d2](https://github.com/hywax/mafl/commit/8d359d2))

### ❤️ Contributors

- Hywax <[email protected]>

## v0.7.1

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

0 comments on commit aa1d4bd

Please sign in to comment.