Skip to content

Commit fc08a66

Browse files
committed
chore: release v1.1.0
1 parent 9f76d3a commit fc08a66

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+
## [1.1.0](https://github.com/liting-yes/vite-plugin-vue-preview/compare/1.0.2...1.1.0) (2023-06-20)
4+
5+
6+
### Features
7+
8+
* add loading status ([d4cb501](https://github.com/liting-yes/vite-plugin-vue-preview/commit/d4cb501998a60c518737b4bcf55cc8d71037143a))
9+
10+
11+
### Bug Fixes
12+
13+
* **test:** install required deps ([8482c98](https://github.com/liting-yes/vite-plugin-vue-preview/commit/8482c986d9c2d4a1943efda021432210c77c65b0))
14+
315
## [1.0.2](https://github.com/liting-yes/vite-plugin-vue-preview/compare/1.0.1...1.0.2) (2023-06-18)
416

517
## [1.0.1](https://github.com/liting-yes/vite-plugin-vue-preview/compare/1.0.0...1.0.1) (2023-06-18)

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": "1.0.2",
4+
"version": "1.1.0",
55
"private": false,
66
"description": "a vite plugin for vue preview in markdown",
77
"author": "liting <luz.liting@gmail.com>",

0 commit comments

Comments
 (0)