Skip to content

Commit 846d5b4

Browse files
committed
chore: release v0.2.3
1 parent bbf6105 commit 846d5b4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/liting-yes/vite-plugin-vue-preview/compare/0.2.2...0.2.3) (2023-02-25)
4+
5+
6+
### Features
7+
8+
* **VuePreview:** auto height ([bbf6105](https://github.com/liting-yes/vite-plugin-vue-preview/commit/bbf610517420d10618a6236324a2c92a258e3589))
9+
10+
11+
### Bug Fixes
12+
13+
* **VuePreview:** parse error in vitepress ([c214742](https://github.com/liting-yes/vite-plugin-vue-preview/commit/c214742a1a40d7f4f510f32581ac713294ae750b))
14+
315
## [0.2.2](https://github.com/liting-yes/vite-plugin-vue-preview/compare/0.2.1...0.2.2) (2023-02-25)
416

517
## [0.2.1](https://github.com/liting-yes/vite-plugin-vue-preview/compare/0.2.0...0.2.1) (2023-02-25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-vue-preview",
33
"type": "module",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"private": false,
66
"description": "a vite plugin for vue preview",
77
"author": "liting <luz.liting@gmail.com>",

0 commit comments

Comments
 (0)