Skip to content

Commit 30f2fc7

Browse files
committed
chore(release): v0.3.1
1 parent 8fe19ee commit 30f2fc7

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## v0.3.1
4+
5+
[compare changes](https://github.com/pi0/nuxt-shiki/compare/v0.3.0...v0.3.1)
6+
7+
### 🔥 Performance
8+
9+
- Update shiki ([40f2711](https://github.com/pi0/nuxt-shiki/commit/40f2711))
10+
- Use JavaScript RegExp engine ([8fe19ee](https://github.com/pi0/nuxt-shiki/commit/8fe19ee))
11+
12+
### 🩹 Fixes
13+
14+
- Accept special language "text" as a valid prop type ([#43](https://github.com/pi0/nuxt-shiki/pull/43))
15+
16+
### 🏡 Chore
17+
18+
- **release:** V0.3.0 ([494e84e](https://github.com/pi0/nuxt-shiki/commit/494e84e))
19+
- Update deps, fix lint issue ([6956042](https://github.com/pi0/nuxt-shiki/commit/6956042))
20+
- Update vitest ([91bf226](https://github.com/pi0/nuxt-shiki/commit/91bf226))
21+
- Fix lint issue ([1649fd8](https://github.com/pi0/nuxt-shiki/commit/1649fd8))
22+
23+
### ❤️ Contributors
24+
25+
- Gxres042 ([@gxres042](http://github.com/gxres042))
26+
- Remiconnesson ([@remiconnesson](http://github.com/remiconnesson))
27+
- Pooya Parsa ([@pi0](http://github.com/pi0))
28+
329
## v0.3.0
430

531
[compare changes](https://github.com/pi0/nuxt-shiki/compare/v0.2.1...v0.3.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-shiki",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Nuxt + Shiki syntax highlighting",
55
"repository": "pi0/nuxt-shiki",
66
"license": "MIT",

0 commit comments

Comments
 (0)