From d827cb69128289c60116046573e0a745b942198e Mon Sep 17 00:00:00 2001 From: Liu Bowen Date: Tue, 3 Aug 2021 00:14:50 +0800 Subject: [PATCH] chore(release): 2.0.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572d5b2..46cac34 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.3](https://github.com/lbwa/yuque-sync/compare/v2.0.2...v2.0.3) (2021-08-02) + +### Bug Fixes + +- del redundant quote ([24e8427](https://github.com/lbwa/yuque-sync/commit/24e8427f9b971af2b08fbbb4a0e6a6d379f07505)) + ### [2.0.2](https://github.com/lbwa/yuque-sync/compare/v2.0.1...v2.0.2) (2021-08-02) ### Bug Fixes diff --git a/package.json b/package.json index 32d64ca..25f940b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yuque-sync", - "version": "2.0.2", + "version": "2.0.3", "description": "yuque sync action based on repository_dispatch github event", "main": "dist/index.js", "repository": {