Skip to content

Commit

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


## v0.3.0

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

### 🚀 Enhancements

- ⚠️ Automatic update check ([a25785d](https://github.com/hywax/mafl/commit/a25785d))

### 💅 Refactors

- Getting config from server ([cf53bd8](https://github.com/hywax/mafl/commit/cf53bd8))

### 🏡 Chore

- Config provide lang ([9bbfb8b](https://github.com/hywax/mafl/commit/9bbfb8b))
- Add defu ([2b64480](https://github.com/hywax/mafl/commit/2b64480))
- Brand colors ([4ad843f](https://github.com/hywax/mafl/commit/4ad843f))
- Remove nuxt-site-config module ([2fd2dc0](https://github.com/hywax/mafl/commit/2fd2dc0))
- **nuxt:** Enable ssr ([5e365a4](https://github.com/hywax/mafl/commit/5e365a4))

#### ⚠️ Breaking Changes

- ⚠️ Automatic update check ([a25785d](https://github.com/hywax/mafl/commit/a25785d))

### ❤️ Contributors

- Hywax <[email protected]>

## v0.2.1

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

0 comments on commit 33c9d96

Please sign in to comment.