Skip to content

Commit cb20e32

Browse files
committed
chore(release): v1.0.9
1 parent bf11db6 commit cb20e32

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v1.0.9
5+
6+
[compare changes](https://github.com/selemondev/shiki-code-block/compare/v1.0.8...v1.0.9)
7+
8+
### 🩹 Fixes
9+
10+
- **vue:** Use getter in watch to prevent SSR warning ([16d6286](https://github.com/selemondev/shiki-code-block/commit/16d6286))
11+
12+
### 🏡 Chore
13+
14+
- Remove redundant pkg file ([ec817ab](https://github.com/selemondev/shiki-code-block/commit/ec817ab))
15+
- Update dependencies ([25a50b9](https://github.com/selemondev/shiki-code-block/commit/25a50b9))
16+
- Release v1.0.6 ([7526396](https://github.com/selemondev/shiki-code-block/commit/7526396))
17+
- Accept vite v6 ([574f5b6](https://github.com/selemondev/shiki-code-block/commit/574f5b6))
18+
- Release v1.0.7 ([bf11db6](https://github.com/selemondev/shiki-code-block/commit/bf11db6))
19+
20+
### ❤️ Contributors
21+
22+
- Selemondev <selemondev19@gmail.com>
23+
- Cwandev <18888351756@163.com>
24+
425
## v1.0.8
526

627
[compare changes](https://github.com/selemondev/shiki-code-block/compare/v1.0.7...v1.0.8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shiki/block",
33
"type": "module",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"packageManager": "pnpm@9.15.9",
66
"description": "A Shiki based Code Block Component ✨",
77
"author": "Selemondev",

0 commit comments

Comments
 (0)