File tree 2 files changed +23
-2
lines changed
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.0.2
5
+
6
+ [ compare changes] ( https://github.com/hywax/mafl/compare/v0.0.1...v0.0.2 )
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - ** typecheck:** Data.time is possibly undefined ([ 4ab1529] ( https://github.com/hywax/mafl/commit/4ab1529 ) )
11
+
12
+ ### 🎨 Styles
13
+
14
+ - ** eslint:** Run ([ fdf3b10] ( https://github.com/hywax/mafl/commit/fdf3b10 ) )
15
+
16
+ ### 🤖 CI
17
+
18
+ - Create release on push tag ([ 20879eb] ( https://github.com/hywax/mafl/commit/20879eb ) )
19
+ - Run linters ([ 7d28c01] ( https://github.com/hywax/mafl/commit/7d28c01 ) )
20
+
21
+ ### ❤️ Contributors
22
+
23
+
24
+
4
25
## v0.0.1
5
26
6
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " nuxi build" ,
39
39
"lint-staged" : {
40
40
"*.ts" : " pnpm run lint"
41
41
}
42
- }
42
+ }
You can’t perform that action at this time.
0 commit comments