Skip to content

Commit 05b9e60

Browse files
committed
chore(release): v0.0.2
1 parent 21e40c4 commit 05b9e60

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.0.2
5+
6+
[compare changes](https://github.com/nuxt-modules/compile-markdown/compare/v0.0.1...v0.0.2)
7+
8+
### 🚀 Enhancements
9+
10+
- Builtin mdc and shiki ([b80f43a](https://github.com/nuxt-modules/compile-markdown/commit/b80f43a))
11+
12+
### 🏡 Chore
13+
14+
- Update deps ([2bb3a89](https://github.com/nuxt-modules/compile-markdown/commit/2bb3a89))
15+
- Update description ([21e40c4](https://github.com/nuxt-modules/compile-markdown/commit/21e40c4))
16+
17+
### ❤️ Contributors
18+
19+
- Anthony Fu <[email protected]>
20+
421
## v0.0.1
522

623

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-compile-markdown",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"packageManager": "[email protected]",
66
"description": "Nuxt Module to compile markdown files into Vue SFC at build time.",
77
"license": "MIT",
@@ -48,4 +48,4 @@
4848
"nuxt": "^3.7.0",
4949
"vitest": "^0.34.3"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)