Skip to content

Commit c122730

Browse files
committed
chore(release): v0.8.0
1 parent 190bff4 commit c122730

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.8.0
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.7.1...v0.8.0)
8+
9+
### 🩹 Fixes
10+
11+
- ⚠️ Do not augment nuxt options inside module entry ([#295](https://github.com/nuxt/module-builder/pull/295))
12+
- **build:** Do not export default as a type ([d29337c](https://github.com/nuxt/module-builder/commit/d29337c))
13+
- **build:** Only generate `import type` statement if required ([190bff4](https://github.com/nuxt/module-builder/commit/190bff4))
14+
15+
#### ⚠️ Breaking Changes
16+
17+
- ⚠️ Do not augment nuxt options inside module entry ([#295](https://github.com/nuxt/module-builder/pull/295))
18+
19+
### ❤️ Contributors
20+
21+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
22+
523
## v0.7.1
624

725
[compare changes](https://github.com/nuxt/module-builder/compare/v0.7.0...v0.7.1)

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.7.1",
3+
"version": "0.8.0",
44
"repository": "nuxt/module-builder",
55
"description": "Complete solution for building Nuxt modules",
66
"license": "MIT",

0 commit comments

Comments
 (0)