From 932b0aec18cd2202e930489864615e40ab99e32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=86=99=E6=B2=90=E6=9E=AB?= Date: Tue, 26 Feb 2019 22:59:02 +0800 Subject: [PATCH] chore(release): 2.4.7 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 799a616..42a28df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Change Log + +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. + +## [2.4.7](https://github.com/zhangximufeng/vuepress-theme-mufeng/compare/v2.4.6...v2.4.7) (2019-02-26) + + + # Change Log 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. diff --git a/package-lock.json b/package-lock.json index faaf209..fc07610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-mufeng", - "version": "2.4.6", + "version": "2.4.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4363028..eecb10b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-mufeng", - "version": "2.4.6", + "version": "2.4.7", "description": "vuepress-theme", "repository": "https://github.com/zhangximufeng/vuepress-theme-mufeng", "homepage": "https://github.com/zhangximufeng/vuepress-theme-mufeng/blob/master/README.md",