From e6e8782fd0615a611afb75bb47ef4613fab43d12 Mon Sep 17 00:00:00 2001 From: Liu Bowen Date: Sat, 15 May 2021 23:30:49 +0800 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a97227..e156086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +### [1.0.2](https://github.com/lbwa/yuque-sync/compare/v1.0.1...v1.0.2) (2021-05-15) + +### Bug Fixes + +- **action:** ensure dir slash ([3438d60](https://github.com/lbwa/yuque-sync/commit/3438d603d9d934e3dcc16151fef66e72b059d4b4)) +- **action:** remote origin syntax ([6289b12](https://github.com/lbwa/yuque-sync/commit/6289b1270dd2ee0c6812c0258fe2c0ed67b56196)) + ### [1.0.1](https://github.com/lbwa/yuque-github-hook/compare/v1.0.0...v1.0.1) (2021-05-15) ### Bug Fixes diff --git a/package.json b/package.json index d40efe7..bd01ac3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yuque-sync", - "version": "1.0.1", + "version": "1.0.2", "description": "yuque sync action based on repository_dispatch github event", "main": "dist/index.js", "repository": {