Skip to content

Commit d8c211f

Browse files
committed
chore(release): v0.0.2
1 parent 0920b4c commit d8c211f

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

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+
425
## v0.0.1
526

627

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.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",
@@ -39,4 +39,4 @@
3939
"lint-staged": {
4040
"*.ts": "pnpm run lint"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)