Skip to content

Commit 33c9d96

Browse files
committed
chore(release): v0.3.0
1 parent a25785d commit 33c9d96

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

Diff for: CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

33

4+
## v0.3.0
5+
6+
[compare changes](https://github.com/hywax/mafl/compare/v0.2.1...v0.3.0)
7+
8+
### 🚀 Enhancements
9+
10+
- ⚠️ Automatic update check ([a25785d](https://github.com/hywax/mafl/commit/a25785d))
11+
12+
### 💅 Refactors
13+
14+
- Getting config from server ([cf53bd8](https://github.com/hywax/mafl/commit/cf53bd8))
15+
16+
### 🏡 Chore
17+
18+
- Config provide lang ([9bbfb8b](https://github.com/hywax/mafl/commit/9bbfb8b))
19+
- Add defu ([2b64480](https://github.com/hywax/mafl/commit/2b64480))
20+
- Brand colors ([4ad843f](https://github.com/hywax/mafl/commit/4ad843f))
21+
- Remove nuxt-site-config module ([2fd2dc0](https://github.com/hywax/mafl/commit/2fd2dc0))
22+
- **nuxt:** Enable ssr ([5e365a4](https://github.com/hywax/mafl/commit/5e365a4))
23+
24+
#### ⚠️ Breaking Changes
25+
26+
- ⚠️ Automatic update check ([a25785d](https://github.com/hywax/mafl/commit/a25785d))
27+
28+
### ❤️ Contributors
29+
30+
31+
432
## v0.2.1
533

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",
@@ -42,4 +42,4 @@
4242
"lint-staged": {
4343
"*.ts": "yarn run lint"
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)