Skip to content

Commit

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


## v0.2.1

[compare changes](https://github.com/hywax/mafl/compare/v0.2.0...v0.2.1)

### 🚀 Enhancements

- **update-checker:** Check new versions ([d301ff6](https://github.com/hywax/mafl/commit/d301ff6))
- **update-checker:** Disabled on prerender, development ([7e29b0c](https://github.com/hywax/mafl/commit/7e29b0c))
- Use wrapper consola ([d4f5792](https://github.com/hywax/mafl/commit/d4f5792))

### 📖 Documentation

- **getting-started:** Update list ([db69de8](https://github.com/hywax/mafl/commit/db69de8))
- **getting-started:** Update list ([13979db](https://github.com/hywax/mafl/commit/13979db))

### 📦 Build

- Remove .output folder ([2865104](https://github.com/hywax/mafl/commit/2865104))

### 🏡 Chore

- Config file to storage ([cc092bd](https://github.com/hywax/mafl/commit/cc092bd))

### 🎨 Styles

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

### ❤️ Contributors

- Hywax <[email protected]>

## v0.2.0

[compare changes](https://github.com/hywax/mafl/compare/v0.1.7...v0.2.0)
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.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down Expand Up @@ -43,4 +43,4 @@
"lint-staged": {
"*.ts": "yarn run lint"
}
}
}

0 comments on commit f3d5bc2

Please sign in to comment.