File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.15.0
5
+
6
+ [ compare changes] ( https://github.com/nuxt-modules/mdc/compare/v0.14.0...v0.15.0 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Add ` cache-key ` to MDC component ([ #353 ] ( https://github.com/nuxt-modules/mdc/pull/353 ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - ** parser:** Provide default ` cwd ` to prevent exception outside node environment ([ 738defe] ( https://github.com/nuxt-modules/mdc/commit/738defe ) )
15
+ - ** parse:** Prevent undefined error due to bundler optimization ([ 30cd412] ( https://github.com/nuxt-modules/mdc/commit/30cd412 ) )
16
+ - ** mdc-remark:** Do not remove new lines from paragraphs ([ 49d0ed4] ( https://github.com/nuxt-modules/mdc/commit/49d0ed4 ) )
17
+
18
+ ### ❤️ Contributors
19
+
20
+ - Sébastien Chopin
< [email protected] >
21
+
22
+
4
23
## v0.14.0
5
24
6
25
[ compare changes] ( https://github.com/nuxt-modules/mdc/compare/v0.13.5...v0.14.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxtjs/mdc" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"description" : " Nuxt MDC module" ,
5
5
"repository" : " nuxt-modules/mdc" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments