Skip to content

Commit a125b94

Browse files
committed
chore(release): v0.8.1
1 parent c39cc75 commit a125b94

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.1
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.8.0...v0.8.1)
8+
9+
### 🩹 Fixes
10+
11+
- **build:** Export all types in stub mode ([6b1970d](https://github.com/nuxt/module-builder/commit/6b1970d))
12+
13+
### 🏡 Chore
14+
15+
- Add @danielroe to code owners ([c39cc75](https://github.com/nuxt/module-builder/commit/c39cc75))
16+
17+
### ❤️ Contributors
18+
19+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
20+
521
## v0.8.0
622

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

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

0 commit comments

Comments
 (0)