Skip to content

Commit 241f697

Browse files
committed
chore(release): v0.5.4
1 parent b661692 commit 241f697

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
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.4
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.5.3...v0.5.4)
8+
9+
### 🚀 Enhancements
10+
11+
- Support writing `RuntimeNuxtHooks` types ([#183](https://github.com/nuxt/module-builder/pull/183))
12+
13+
### 🩹 Fixes
14+
15+
- Generate explicit type import/exports ([#184](https://github.com/nuxt/module-builder/pull/184))
16+
17+
### 📖 Documentation
18+
19+
- Import nuxt composables from #imports ([#186](https://github.com/nuxt/module-builder/pull/186))
20+
21+
### ❤️ Contributors
22+
23+
- Bobbie Goede <[email protected]>
24+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
25+
526
## v0.5.3
627

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/module-builder",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"repository": "nuxt/module-builder",
55
"description": "Complete solution for building Nuxt modules",
66
"license": "MIT",

0 commit comments

Comments
 (0)