Skip to content

Commit 15c573a

Browse files
committed
chore(release): v0.8.3
1 parent 7228e06 commit 15c573a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.8.3
5+
6+
[compare changes](https://github.com/nitrojs/create-nitro-app/compare/v0.8.2...v0.8.3)
7+
8+
### 🩹 Fixes
9+
10+
- Exit if user cancel template selection ([#3](https://github.com/nitrojs/create-nitro-app/pull/3))
11+
12+
### 📦 Build
13+
14+
- Fix pkg injection ([7228e06](https://github.com/nitrojs/create-nitro-app/commit/7228e06))
15+
16+
### 🏡 Chore
17+
18+
- Add badges ([b8819a8](https://github.com/nitrojs/create-nitro-app/commit/b8819a8))
19+
- Update badge colors ([3e7a300](https://github.com/nitrojs/create-nitro-app/commit/3e7a300))
20+
21+
### ❤️ Contributors
22+
23+
- Pooya Parsa ([@pi0](https://github.com/pi0))
24+
- Sébastien Chopin ([@atinux](https://github.com/atinux))
25+
426
## v0.8.2
527

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

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

0 commit comments

Comments
 (0)