diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e67492..17d1bb1 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.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 c58da6f..2c8c706 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-plugin-demo-code", - "version": "0.7.0", + "version": "0.7.1", "description": "📝 Demo and code plugin for vuepress", "main": "src/index.js", "types": "src/index.d.ts",