Skip to content

Commit b1f40a9

Browse files
committed
chore(release): v0.8.5
1 parent 029e744 commit b1f40a9

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.8.5
5+
6+
[compare changes](https://github.com/nitrojs/create-nitro-app/compare/v0.8.4...v0.8.5)
7+
8+
### 🚀 Enhancements
9+
10+
- Non interactive mode for ai ([cb8cb89](https://github.com/nitrojs/create-nitro-app/commit/cb8cb89))
11+
12+
### 🩹 Fixes
13+
14+
- **cli:** Remove extra space in dev command output ([bae7338](https://github.com/nitrojs/create-nitro-app/commit/bae7338))
15+
16+
### 🏡 Chore
17+
18+
- Update repo ([3c8de60](https://github.com/nitrojs/create-nitro-app/commit/3c8de60))
19+
- Update deps ([0493a42](https://github.com/nitrojs/create-nitro-app/commit/0493a42))
20+
- Fix ts issues ([64c0d68](https://github.com/nitrojs/create-nitro-app/commit/64c0d68))
21+
- Update agents.md ([389431a](https://github.com/nitrojs/create-nitro-app/commit/389431a))
22+
- Generate preview ([029e744](https://github.com/nitrojs/create-nitro-app/commit/029e744))
23+
24+
### 🤖 CI
25+
26+
- Bump actions ([#7](https://github.com/nitrojs/create-nitro-app/pull/7))
27+
28+
### ❤️ Contributors
29+
30+
- Pooya Parsa ([@pi0](https://github.com/pi0))
31+
- Abeer0 ([@iiio2](https://github.com/iiio2))
32+
433
## v0.8.4
534

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

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.4",
3+
"version": "0.8.5",
44
"description": "Create a Nitro app with a single command",
55
"license": "MIT",
66
"repository": "nitrojs/create-nitro-app",

0 commit comments

Comments
 (0)