Skip to content

Commit

Permalink
chore(release): v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 26, 2023
1 parent 8e30dd9 commit f158ffa
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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.

## v0.5.5

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

### 🩹 Fixes

- Rename `RuntimeModuleHooks` to `ModuleRuntimeHooks` ([#194](https://github.com/nuxt/module-builder/pull/194))
- Use import with extension in generated `.d.mts` file ([#202](https://github.com/nuxt/module-builder/pull/202))

### 📖 Documentation

- Remove reference to `ModulePrivateRuntimeConfig` ([34ee148](https://github.com/nuxt/module-builder/commit/34ee148))

### 🏡 Chore

- Add shell emulator for Windows ([#191](https://github.com/nuxt/module-builder/pull/191))
- Fix example `package.json` ([#192](https://github.com/nuxt/module-builder/pull/192))

### ✅ Tests

- Add root + module type tests ([#198](https://github.com/nuxt/module-builder/pull/198))

### 🤖 CI

- Run tests on node 18 ([81b7b4c](https://github.com/nuxt/module-builder/commit/81b7b4c))

### ❤️ Contributors

- Joaquín Sánchez ([@userquin](http://github.com/userquin))
- Bobbie Goede <bobbiegoede@gmail.com>
- Daniel Roe <daniel@roe.dev>

## v0.5.4

[compare changes](https://github.com/nuxt/module-builder/compare/v0.5.3...v0.5.4)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/module-builder",
"version": "0.5.4",
"version": "0.5.5",
"repository": "nuxt/module-builder",
"description": "Complete solution for building Nuxt modules",
"license": "MIT",
Expand Down Expand Up @@ -54,4 +54,4 @@
"nuxt": "^3.8.2",
"vitest": "^1.1.0"
}
}
}

0 comments on commit f158ffa

Please sign in to comment.