Skip to content

Commit 80a0fe2

Browse files
committed
chore(release): v0.5.0
1 parent ba811da commit 80a0fe2

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.0
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.4.0...v0.5.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Expose `prepareModule` function ([76b5654](https://github.com/nuxt/module-builder/commit/76b5654))
12+
- Upgrade to `unbuild@2` ([#161](https://github.com/nuxt/module-builder/pull/161))
13+
14+
### 🏡 Chore
15+
16+
- Add type safety to prepare overrides ([9d0804a](https://github.com/nuxt/module-builder/commit/9d0804a))
17+
- Switch to changelogen for release ([ba811da](https://github.com/nuxt/module-builder/commit/ba811da))
18+
19+
### ❤️ Contributors
20+
21+
- Daniel Roe <[email protected]>
22+
- Anthony Fu <[email protected]>
23+
524
## [0.4.0](https://github.com/nuxt/module-builder/compare/v0.3.1...v0.4.0) (2023-05-26)
625

726

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/module-builder",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"repository": "nuxt/module-builder",
55
"description": "Complete solution to build Nuxt Modules",
66
"license": "MIT",
@@ -54,4 +54,4 @@
5454
"nuxt": "^3.7.0",
5555
"vitest": "^0.34.3"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)