We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7873007 commit 69866cbCopy full SHA for 69866cb
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.13.5
5
+
6
+[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.13.4...v0.13.5)
7
8
+### 🩹 Fixes
9
10
+- Support static file paths ([#340](https://github.com/nuxt-modules/mdc/pull/340))
11
12
+### ❤️ Contributors
13
14
+- Liran Tal ([@lirantal](http://github.com/lirantal))
15
16
## v0.13.4
17
18
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.13.3...v0.13.4)
package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/mdc",
- "version": "0.13.4",
+ "version": "0.13.5",
"description": "Nuxt MDC module",
"repository": "nuxt-modules/mdc",
"license": "MIT",
0 commit comments