File tree 2 files changed +33
-2
lines changed
2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.2.0
5
+
6
+ [ compare changes] ( https://github.com/hywax/mafl/compare/v0.1.7...v0.2.0 )
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Build step on release script ([ 8ab29b4] ( https://github.com/hywax/mafl/commit/8ab29b4 ) )
11
+
12
+ ### 📦 Build
13
+
14
+ - Test new pipe ([ c985e94] ( https://github.com/hywax/mafl/commit/c985e94 ) )
15
+ - Npm install ([ d6088ff] ( https://github.com/hywax/mafl/commit/d6088ff ) )
16
+ - Add overrides ([ b94c36d] ( https://github.com/hywax/mafl/commit/b94c36d ) )
17
+ - ⚠️ Migrate npm to yarn ([ db3e428] ( https://github.com/hywax/mafl/commit/db3e428 ) )
18
+ - Copy yarn.lock ([ d868f91] ( https://github.com/hywax/mafl/commit/d868f91 ) )
19
+
20
+ ### 🤖 CI
21
+
22
+ - Rollback Extract Docker tags ([ 961de5b] ( https://github.com/hywax/mafl/commit/961de5b ) )
23
+ - Fix install dependencies ([ bfbbaac] ( https://github.com/hywax/mafl/commit/bfbbaac ) )
24
+ - Fixed docker build for all platforms ([ #6 ] ( https://github.com/hywax/mafl/pull/6 ) )
25
+
26
+ #### ⚠️ Breaking Changes
27
+
28
+ - ⚠️ Migrate npm to yarn ([ db3e428] ( https://github.com/hywax/mafl/commit/db3e428 ) )
29
+
30
+ ### ❤️ Contributors
31
+
32
+
33
+
34
+
4
35
## v0.1.7
5
36
6
37
[ compare changes] ( https://github.com/hywax/mafl/compare/v0.1.6...v0.1.7 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.2.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