Skip to content

Commit a5ccf5b

Browse files
committed
chore(release): v0.8.4
1 parent 5d1247f commit a5ccf5b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.8.4
5+
6+
[compare changes](https://github.com/nitrojs/create-nitro-app/compare/v0.8.3...v0.8.4)
7+
8+
### 📦 Build
9+
10+
- Optimize dependencies ([b08457a](https://github.com/nitrojs/create-nitro-app/commit/b08457a))
11+
12+
### 🏡 Chore
13+
14+
- Remove log ([0f48c09](https://github.com/nitrojs/create-nitro-app/commit/0f48c09))
15+
- Update dependencies ([c7e0fa3](https://github.com/nitrojs/create-nitro-app/commit/c7e0fa3))
16+
- Update readme ([af3c257](https://github.com/nitrojs/create-nitro-app/commit/af3c257))
17+
- Lint ([5d1247f](https://github.com/nitrojs/create-nitro-app/commit/5d1247f))
18+
19+
### ❤️ Contributors
20+
21+
- Pooya Parsa ([@pi0](https://github.com/pi0))
22+
423
## v0.8.3
524

625
[compare changes](https://github.com/nitrojs/create-nitro-app/compare/v0.8.2...v0.8.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nitro-app",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "Create a Nitro app with a single command",
55
"repository": "nitrojs/create-nitro-app",
66
"license": "MIT",

0 commit comments

Comments
 (0)