From 5dc8702ed03f99e54d9850338e6d587edb978780 Mon Sep 17 00:00:00 2001 From: Liu Bowen Date: Sun, 16 May 2021 00:11:49 +0800 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e156086..f447f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.1.0](https://github.com/lbwa/yuque-sync/compare/v1.0.2...v1.1.0) (2021-05-15) + +### Features + +- **action:** pretty log ([6956ac3](https://github.com/lbwa/yuque-sync/commit/6956ac3da17def9285226eb476b16359987521b0)) + ### [1.0.2](https://github.com/lbwa/yuque-sync/compare/v1.0.1...v1.0.2) (2021-05-15) ### Bug Fixes diff --git a/package.json b/package.json index 0efc6ca..1161542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yuque-sync", - "version": "1.0.2", + "version": "1.1.0", "description": "yuque sync action based on repository_dispatch github event", "main": "dist/index.js", "repository": {