Skip to content

Commit 327621c

Browse files
committed
chore(release): v0.6.0
1 parent 62f9aae commit 327621c

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.6.0
5+
6+
[compare changes](https://github.com/hywax/mafl/compare/v0.5.1...v0.6.0)
7+
8+
### 🚀 Enhancements
9+
10+
- ⚠️ Vitepress engine ([#7](https://github.com/hywax/mafl/pull/7))
11+
12+
### 🏡 Chore
13+
14+
- Pull no-rebase ([62f9aae](https://github.com/hywax/mafl/commit/62f9aae))
15+
16+
#### ⚠️ Breaking Changes
17+
18+
- ⚠️ Vitepress engine ([#7](https://github.com/hywax/mafl/pull/7))
19+
20+
### ❤️ Contributors
21+
22+
23+
- Alexander <[email protected]>
24+
425
## v0.5.1
526

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

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.5.1",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",
@@ -49,4 +49,4 @@
4949
"lint-staged": {
5050
"*.ts": "yarn run lint"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)