Skip to content

Commit d322d3c

Browse files
committed
chore(release): v0.5.2
1 parent 8b794f2 commit d322d3c

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v0.5.2
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.5.1...v0.5.2)
8+
9+
### 💅 Refactors
10+
11+
- Migrate to `citty` ([#169](https://github.com/nuxt/module-builder/pull/169))
12+
13+
### 📖 Documentation
14+
15+
- Fix typo ([#174](https://github.com/nuxt/module-builder/pull/174))
16+
17+
### 🏡 Chore
18+
19+
- **release:** V0.5.1 ([fc3a760](https://github.com/nuxt/module-builder/commit/fc3a760))
20+
21+
### ❤️ Contributors
22+
23+
- Daniel Roe <[email protected]>
24+
- Pionxzh <[email protected]>
25+
526
## v0.5.1
627

728
[compare changes](https://github.com/nuxt/module-builder/compare/v0.5.0...v0.5.1)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/module-builder",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"repository": "nuxt/module-builder",
55
"description": "Complete solution for building Nuxt modules",
66
"license": "MIT",
@@ -53,4 +53,4 @@
5353
"nuxt": "^3.7.4",
5454
"vitest": "^0.34.5"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)