From 4cefde15cf098b00975e34c70da4952b8ff29257 Mon Sep 17 00:00:00 2001 From: sichoi42 <42.4.sichoi@gmail.com> Date: Mon, 22 Apr 2024 16:01:56 +0900 Subject: [PATCH] chore(release): 1.1.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 360389a..37035bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.7](https://github.com/sichoi42/cleanup-stale-branch/compare/v1.1.6...v1.1.7) (2024-04-22) + + +### Features + +* send committer info to message ([e3ff925](https://github.com/sichoi42/cleanup-stale-branch/commit/e3ff9250079677f74c891ef5d94ea25fb95886b7)) + ### [1.1.6](https://github.com/sichoi42/cleanup-stale-branch/compare/v1.1.5...v1.1.6) (2024-04-22) diff --git a/package-lock.json b/package-lock.json index 87b6241..100af90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cleanup-stale-branch", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cleanup-stale-branch", - "version": "1.1.6", + "version": "1.1.7", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.1", diff --git a/package.json b/package.json index 6cd3d5b..e0536b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cleanup-stale-branch", - "version": "1.1.6", + "version": "1.1.7", "private": true, "description": "Automatically find up stale branches and cleanup them", "main": "lib/main.js",