Skip to content

Commit

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


## v0.4.0

[compare changes](https://github.com/hywax/mafl/compare/v0.3.0...v0.4.0)

### 🚀 Enhancements

- ⚠️ Added PWA support ([554efa7](https://github.com/hywax/mafl/commit/554efa7))

### 🏡 Chore

- Translations for the update block ([69fecaf](https://github.com/hywax/mafl/commit/69fecaf))
- Create favicons ([b6cc318](https://github.com/hywax/mafl/commit/b6cc318))
- Create robots.txt ([a3867d3](https://github.com/hywax/mafl/commit/a3867d3))

### 🎨 Styles

- Nested translation writing style ([2dbcb5f](https://github.com/hywax/mafl/commit/2dbcb5f))

#### ⚠️ Breaking Changes

- ⚠️ Added PWA support ([554efa7](https://github.com/hywax/mafl/commit/554efa7))

### ❤️ Contributors

- Hywax <[email protected]>

## v0.3.0

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

0 comments on commit f79c554

Please sign in to comment.