File tree 2 files changed +43
-1
lines changed
2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
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
+
5
47
## v0.6.0
6
48
7
49
[ compare changes] ( https://github.com/nuxt/module-builder/compare/v0.5.5...v0.6.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/module-builder" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"repository" : " nuxt/module-builder" ,
5
5
"description" : " Complete solution for building Nuxt modules" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments