Skip to content

Commit 07f27bb

Browse files
committed
chore(release): v0.8.2
1 parent b9b27c3 commit 07f27bb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.2
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.8.1...v0.8.2)
8+
9+
### 🔥 Performance
10+
11+
- Removed unnecessary hasTypeExport check ([#310](https://github.com/nuxt/module-builder/pull/310))
12+
13+
### 🩹 Fixes
14+
15+
- **prepare:** Override `compatibilityDate` ([b9b27c3](https://github.com/nuxt/module-builder/commit/b9b27c3))
16+
17+
### ❤️ Contributors
18+
19+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
20+
- Matt ([@matt-clegg](http://github.com/matt-clegg))
21+
522
## v0.8.1
623

724
[compare changes](https://github.com/nuxt/module-builder/compare/v0.8.0...v0.8.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.8.1",
3+
"version": "0.8.2",
44
"repository": "nuxt/module-builder",
55
"description": "Complete solution for building Nuxt modules",
66
"license": "MIT",

0 commit comments

Comments
 (0)