File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
32
## v0.2.1
5
33
6
34
[ compare changes] ( https://github.com/hywax/mafl/compare/v0.2.0...v0.2.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " nuxi build" ,
42
42
"lint-staged" : {
43
43
"*.ts" : " yarn run lint"
44
44
}
45
- }
45
+ }
You can’t perform that action at this time.
0 commit comments