Skip to content

Commit 775022a

Browse files
committed
chore(release): v0.7.0
1 parent 0dc73bb commit 775022a

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

Diff for: CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
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.7.0
6+
7+
[compare changes](https://github.com/nuxt/module-builder/compare/v0.6.0...v0.7.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Auto generate module options from schema meta ([#33](https://github.com/nuxt/module-builder/pull/33))
12+
13+
### 🩹 Fixes
14+
15+
- Use `tsconfck` to resolve tsconfig `compilerOptions` ([#274](https://github.com/nuxt/module-builder/pull/274))
16+
- ⚠️ Use `.js` extension for files in `runtime/` directory ([dbd05bb](https://github.com/nuxt/module-builder/commit/dbd05bb))
17+
- Resolve full path to runtime externals ([#275](https://github.com/nuxt/module-builder/pull/275))
18+
- Include `dist/runtime` in externals list ([0946c04](https://github.com/nuxt/module-builder/commit/0946c04))
19+
20+
### 📖 Documentation
21+
22+
- Add `types` condition to export subpath ([#265](https://github.com/nuxt/module-builder/pull/265))
23+
24+
### 🏡 Chore
25+
26+
- **release:** V0.6.0 ([f56195e](https://github.com/nuxt/module-builder/commit/f56195e))
27+
- Fix lint issue ([0fe04e8](https://github.com/nuxt/module-builder/commit/0fe04e8))
28+
29+
### ✅ Tests
30+
31+
- Add additional test for validity of types shared from runtime ([afc4374](https://github.com/nuxt/module-builder/commit/afc4374))
32+
33+
### 🤖 CI
34+
35+
- Adds reproduction workflow ([0dc73bb](https://github.com/nuxt/module-builder/commit/0dc73bb))
36+
37+
#### ⚠️ Breaking Changes
38+
39+
- ⚠️ Use `.js` extension for files in `runtime/` directory ([dbd05bb](https://github.com/nuxt/module-builder/commit/dbd05bb))
40+
41+
### ❤️ Contributors
42+
43+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
44+
- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza))
45+
- Rgehbt ([@Gehbt](http://github.com/Gehbt))
46+
547
## v0.6.0
648

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

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

0 commit comments

Comments
 (0)