Skip to content

Commit 713537c

Browse files
committed
chore(release): v0.0.11
1 parent 6f550d8 commit 713537c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.0.11
5+
6+
[compare changes](https://github.com/selemondev/create-vue3-app/compare/v0.0.10...v0.0.11)
7+
8+
### 🚀 Enhancements
9+
10+
- Check dependency updates ([60016a9](https://github.com/selemondev/create-vue3-app/commit/60016a9))
11+
- Add Tailwind v4 and update template ([94eff3d](https://github.com/selemondev/create-vue3-app/commit/94eff3d))
12+
13+
### 🏡 Chore
14+
15+
- Remove unused imports ([72d4446](https://github.com/selemondev/create-vue3-app/commit/72d4446))
16+
17+
### ❤️ Contributors
18+
19+
- Selemondev <[email protected]>
20+
421
## v0.0.8
522

623
[compare changes](https://github.com/selemondev/create-vue3-app/compare/v0.0.7...v0.0.8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@selemondev/create-vue3-app",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "The Next Generation Vue Scaffolding Tool ✨",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)