We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab7435 commit ac3f925Copy full SHA for ac3f925
CHANGELOG.md
@@ -1,6 +1,22 @@
1
# Changelog
2
3
4
+## v0.16.1
5
+
6
+[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.16.0...v0.16.1)
7
8
+### 🩹 Fixes
9
10
+- **stringify:** Stringify iframe ([9157af7](https://github.com/nuxt-modules/mdc/commit/9157af7))
11
12
+### 🏡 Chore
13
14
+- Upgrade deps ([3ab7435](https://github.com/nuxt-modules/mdc/commit/3ab7435))
15
16
+### ❤️ Contributors
17
18
+- Farnabaz <[email protected]>
19
20
## v0.16.0
21
22
[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.15.0...v0.16.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/mdc",
- "version": "0.16.0",
+ "version": "0.16.1",
"description": "Nuxt MDC module",
"repository": "nuxt-modules/mdc",
"license": "MIT",
0 commit comments