Skip to content

Commit f950031

Browse files
committed
chore(release): 1.0.0
1 parent 9bddb57 commit f950031

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
@@ -2,6 +2,18 @@
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+
## [1.0.0](https://github.com/BuptStEve/vuepress-plugin-demo-code/compare/v0.7.2...v1.0.0) (2022-04-23)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **client:** This plugin's components will use scoped style,
11+
see https://vue-loader.vuejs.org/guide/scoped-css.html#scoped-css
12+
13+
### Bug Fixes
14+
15+
* **client:** close [#37](https://github.com/BuptStEve/vuepress-plugin-demo-code/issues/37), use scoped style ([9bddb57](https://github.com/BuptStEve/vuepress-plugin-demo-code/commit/9bddb5770dd4876115b277bed7658499297efe5e))
16+
517
### [0.7.2](https://github.com/BuptStEve/vuepress-plugin-demo-code/compare/v0.7.1...v0.7.2) (2022-04-23)
618

719
### [0.7.1](https://github.com/BuptStEve/vuepress-plugin-demo-code/compare/v0.7.0...v0.7.1) (2022-04-23)

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-code",
3-
"version": "0.7.2",
3+
"version": "1.0.0",
44
"description": "📝 Demo and code plugin for vuepress",
55
"main": "src/node/index.js",
66
"types": "src/node/index.d.ts",

0 commit comments

Comments
 (0)