Skip to content

Commit cebaefb

Browse files
committed
chore(release): 0.1.0
1 parent 58642a2 commit cebaefb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.1.0](https://github.com/calebman/vuepress-plugin-demo-container/compare/v0.0.1...v0.1.0) (2020-06-01)
6+
7+
8+
### Features
9+
10+
* support custom demo component, use demo、description、source slots ([6cc2ec4](https://github.com/calebman/vuepress-plugin-demo-container/commit/6cc2ec44afc44e0d69660f47b903cfda4c69ca29))
11+
* support multi-language configuration ([6805af5](https://github.com/calebman/vuepress-plugin-demo-container/commit/6805af5bc607d645931270b21efa647fd542156f))
12+
513
### 0.0.1 (2020-05-30)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-demo-container",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Vuepress plugin for demo block.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)