Skip to content

Commit b5cbce4

Browse files
committed
chore(release): 0.2.0
1 parent 675666e commit b5cbce4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.0](https://github.com/calebman/vuepress-plugin-demo-container/compare/v0.1.1...v0.2.0) (2020-08-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **demoblick:** solve the problem of code line number style ([675666e](https://github.com/calebman/vuepress-plugin-demo-container/commit/675666eac7c20bc853be8b328b4b1134d91fa1af)), closes [#4](https://github.com/calebman/vuepress-plugin-demo-container/issues/4)
11+
512
### [0.1.1](https://github.com/calebman/vuepress-plugin-demo-container/compare/v0.1.0...v0.1.1) (2020-07-06)
613

714

Diff for: package.json

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

0 commit comments

Comments
 (0)