Skip to content

Commit 83615db

Browse files
committed
chore(release): v0.0.3
1 parent e8e029e commit 83615db

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.0.3
5+
6+
[compare changes](https://github.com/nuxt-modules/compile-markdown/compare/v0.0.1...v0.0.3)
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+
- **release:** V0.0.2 ([05b9e60](https://github.com/nuxt-modules/compile-markdown/commit/05b9e60))
17+
- Update deps ([e8e029e](https://github.com/nuxt-modules/compile-markdown/commit/e8e029e))
18+
19+
### ❤️ Contributors
20+
21+
- Anthony Fu <anthonyfu117@hotmail.com>
22+
423
## v0.0.2
524

625
[compare changes](https://github.com/nuxt-modules/compile-markdown/compare/v0.0.1...v0.0.2)

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.2",
4+
"version": "0.0.3",
55
"packageManager": "pnpm@8.7.1",
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)