Skip to content

Commit ce6e6b5

Browse files
committed
chore(release): v0.8.2
1 parent 2a055ed commit ce6e6b5

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.8.2
5+
6+
[compare changes](https://github.com/nitrojs/create-nitro-app/compare/v0.8.1...v0.8.2)
7+
8+
### 🚀 Enhancements
9+
10+
- Add git init + package manager support ([#2](https://github.com/nitrojs/create-nitro-app/pull/2))
11+
12+
### 🏡 Chore
13+
14+
- Add codeowners file ([3d780b9](https://github.com/nitrojs/create-nitro-app/commit/3d780b9))
15+
- Ignore `nitro-app` dir ([2a055ed](https://github.com/nitrojs/create-nitro-app/commit/2a055ed))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](https://github.com/pi0))
20+
421
## v0.8.1
522

623

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

0 commit comments

Comments
 (0)