diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ca65e..64744c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 0d17497..f8d6ea0 100644 --- a/package.json +++ b/package.json @@ -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",