Skip to content

Commit 0424687

Browse files
committed
chore(release): v0.0.1
1 parent a2de4c5 commit 0424687

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Init (557f6a4)
10+
- Replace `a` with `NuxtLink` (2f55cff)
11+
- Suport `seo` and `meta` frontmatter, close #2, close #3 (#2, #3)
12+
13+
### 📖 Documentation
14+
15+
- Add shikiji example (b01e543)
16+
17+
### 🏡 Chore
18+
19+
- Add example pages (1335284)
20+
- Small improvements (78451d1)
21+
- Readme (3e1994c)
22+
- Update (9c7fc68)
23+
- Update (6f6bb25)
24+
- Lint (2171ed1)
25+
- Lint fix (9b16c40)
26+
- Update tests (a2de4c5)
27+
28+
### ❤️ Contributors
29+
30+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
31+
- Anthony Fu <anthonyfu117@hotmail.com>
32+

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.0",
4+
"version": "0.0.1",
55
"packageManager": "pnpm@8.6.12",
66
"description": "My new Nuxt module",
77
"license": "MIT",
@@ -45,4 +45,4 @@
4545
"shikiji": "^0.5.0",
4646
"vitest": "^0.34.2"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)