Skip to content

Commit fc3a760

Browse files
committed
chore(release): v0.5.1
1 parent 7da7ba1 commit fc3a760

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.5.0...v0.5.1)
8+
9+
### 🚀 Enhancements
10+
11+
- Support `--sourcemap` option ([#163](https://github.com/nuxt/module-builder/pull/163))
12+
13+
### ❤️ Contributors
14+
15+
- Bobbie Goede <bobbiegoede@gmail.com>
16+
517
## v0.5.0
618

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/module-builder",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"repository": "nuxt/module-builder",
55
"description": "Complete solution to build Nuxt Modules",
66
"license": "MIT",

0 commit comments

Comments
 (0)