From 187ca437456bac7771db1371ad47573b8b41060f Mon Sep 17 00:00:00 2001 From: Liu Bowen Date: Tue, 3 Aug 2021 00:10:01 +0800 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d666d..572d5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.0.2](https://github.com/lbwa/yuque-sync/compare/v2.0.1...v2.0.2) (2021-08-02) + +### Bug Fixes + +- git config ([8be8db4](https://github.com/lbwa/yuque-sync/commit/8be8db4552daf6015204688bb83ac727a62b0035)) + ### [2.0.1](https://github.com/lbwa/yuque-sync/compare/v2.0.0...v2.0.1) (2021-08-02) ### Bug Fixes diff --git a/package.json b/package.json index 9e16104..32d64ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yuque-sync", - "version": "2.0.1", + "version": "2.0.2", "description": "yuque sync action based on repository_dispatch github event", "main": "dist/index.js", "repository": {