From 8674fdd28025b43c8dec5f5984eaf92514bd4474 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Thu, 28 Jul 2022 09:51:15 +0900 Subject: [PATCH] chore(release): 1.6.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2835bb..4cf19dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [1.6.0](https://github.com/toshimaru/auto-author-assign/compare/v1.5.1...v1.6.0) (2022-07-28) + ### [1.5.1](https://github.com/toshimaru/auto-author-assign/compare/v1.5.0...v1.5.1) (2022-07-22) ### [1.5.0](https://github.com/toshimaru/auto-author-assign/compare/v1.4.0...v1.5.0) (2022-03-28) diff --git a/package-lock.json b/package-lock.json index 06b8166..418ee8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auto-author-assign", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auto-author-assign", - "version": "1.5.1", + "version": "1.6.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.0",