diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d1bb1..51ca65e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [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) # [0.7.0](https://github.com/BuptStEve/vuepress-plugin-demo-code/compare/v0.6.0...v0.7.0) (2022-04-23) diff --git a/package.json b/package.json index 2c8c706..ab9973b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-plugin-demo-code", - "version": "0.7.1", + "version": "0.7.2", "description": "📝 Demo and code plugin for vuepress", "main": "src/index.js", "types": "src/index.d.ts",