Skip to content

Commit

Permalink
chore(release): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 3, 2024
1 parent 62f9aae commit 327621c
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.6.0

[compare changes](https://github.com/hywax/mafl/compare/v0.5.1...v0.6.0)

### 🚀 Enhancements

- ⚠️ Vitepress engine ([#7](https://github.com/hywax/mafl/pull/7))

### 🏡 Chore

- Pull no-rebase ([62f9aae](https://github.com/hywax/mafl/commit/62f9aae))

#### ⚠️ Breaking Changes

- ⚠️ Vitepress engine ([#7](https://github.com/hywax/mafl/pull/7))

### ❤️ Contributors

- Hywax <[email protected]>
- Alexander <[email protected]>

## v0.5.1

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

0 comments on commit 327621c

Please sign in to comment.