From eb91801d3e6688b5d4afa2d43aa18c865793a442 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Tue, 26 Jan 2021 22:24:40 +0800 Subject: [PATCH] docs: update changelog 1.12 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a178c82a..9453e33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.12 + +> It will be the last version of 1.x + +`2021.01.26` + +- feat: add require-permission. [#46](https://github.com/actions-cool/issues-helper/pull/46) [#48](https://github.com/actions-cool/issues-helper/pull/48) +- feat: add lock-reason. [#49](https://github.com/actions-cool/issues-helper/pull/49) + ## v1.11 `2021.01.14` diff --git a/package.json b/package.json index d0bd3277..c084a23e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issues-helper", - "version": "1.11.0", + "version": "1.12.0", "private": true, "description": "Some operations on issue.", "main": "src/main.js",