Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 30, 2023
1 parent 0920b4c commit d8c211f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.0.2

[compare changes](https://github.com/hywax/mafl/compare/v0.0.1...v0.0.2)

### 🩹 Fixes

- **typecheck:** Data.time is possibly undefined ([4ab1529](https://github.com/hywax/mafl/commit/4ab1529))

### 🎨 Styles

- **eslint:** Run ([fdf3b10](https://github.com/hywax/mafl/commit/fdf3b10))

### 🤖 CI

- Create release on push tag ([20879eb](https://github.com/hywax/mafl/commit/20879eb))
- Run linters ([7d28c01](https://github.com/hywax/mafl/commit/7d28c01))

### ❤️ Contributors

- Hywax <[email protected]>

## v0.0.1


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down Expand Up @@ -39,4 +39,4 @@
"lint-staged": {
"*.ts": "pnpm run lint"
}
}
}

0 comments on commit d8c211f

Please sign in to comment.