From cef2cd00cf87663871a544efa05d546fafa6bee1 Mon Sep 17 00:00:00 2001 From: lyngai Date: Thu, 4 Aug 2022 14:20:54 +0000 Subject: [PATCH] chore(release): 0.7.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9e30436..6fe6a900f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.8](https://github.com/Tencent/cherry-markdown/compare/v0.7.7...v0.7.8) (2022-08-04) + + +### Bug Fixes + +* install husky when dev only ([#289](https://github.com/Tencent/cherry-markdown/issues/289)) ([51d864c](https://github.com/Tencent/cherry-markdown/commit/51d864cda43df0b41f371eef6868f37432035ac1)) + ### [0.7.7](https://github.com/Tencent/cherry-markdown/compare/v0.7.6...v0.7.7) (2022-08-04) diff --git a/package.json b/package.json index 915abe421..3b687838c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cherry-markdown", "license": "Apache-2.0", - "version": "0.7.7", + "version": "0.7.8", "description": "a new markdown editor", "repository": { "type": "git",