Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BuptStEve committed Apr 23, 2022
1 parent 9bddb57 commit f950031
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [1.0.0](https://github.com/BuptStEve/vuepress-plugin-demo-code/compare/v0.7.2...v1.0.0) (2022-04-23)


### ⚠ BREAKING CHANGES

* **client:** This plugin's components will use scoped style,
see https://vue-loader.vuejs.org/guide/scoped-css.html#scoped-css

### Bug Fixes

* **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))

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

### [0.7.1](https://github.com/BuptStEve/vuepress-plugin-demo-code/compare/v0.7.0...v0.7.1) (2022-04-23)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-demo-code",
"version": "0.7.2",
"version": "1.0.0",
"description": "📝 Demo and code plugin for vuepress",
"main": "src/node/index.js",
"types": "src/node/index.d.ts",
Expand Down

0 comments on commit f950031

Please sign in to comment.