Skip to content

Commit f158ffa

Browse files
committed
chore(release): v0.5.5
1 parent 8e30dd9 commit f158ffa

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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.5
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.5.4...v0.5.5)
8+
9+
### 🩹 Fixes
10+
11+
- Rename `RuntimeModuleHooks` to `ModuleRuntimeHooks` ([#194](https://github.com/nuxt/module-builder/pull/194))
12+
- Use import with extension in generated `.d.mts` file ([#202](https://github.com/nuxt/module-builder/pull/202))
13+
14+
### 📖 Documentation
15+
16+
- Remove reference to `ModulePrivateRuntimeConfig` ([34ee148](https://github.com/nuxt/module-builder/commit/34ee148))
17+
18+
### 🏡 Chore
19+
20+
- Add shell emulator for Windows ([#191](https://github.com/nuxt/module-builder/pull/191))
21+
- Fix example `package.json` ([#192](https://github.com/nuxt/module-builder/pull/192))
22+
23+
### ✅ Tests
24+
25+
- Add root + module type tests ([#198](https://github.com/nuxt/module-builder/pull/198))
26+
27+
### 🤖 CI
28+
29+
- Run tests on node 18 ([81b7b4c](https://github.com/nuxt/module-builder/commit/81b7b4c))
30+
31+
### ❤️ Contributors
32+
33+
- Joaquín Sánchez ([@userquin](http://github.com/userquin))
34+
- Bobbie Goede <bobbiegoede@gmail.com>
35+
- Daniel Roe <daniel@roe.dev>
36+
537
## v0.5.4
638

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

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.5.4",
3+
"version": "0.5.5",
44
"repository": "nuxt/module-builder",
55
"description": "Complete solution for building Nuxt modules",
66
"license": "MIT",
@@ -54,4 +54,4 @@
5454
"nuxt": "^3.8.2",
5555
"vitest": "^1.1.0"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)