From fc653a696d95f35caf5540a993ac664d20b07a75 Mon Sep 17 00:00:00 2001 From: dessant Date: Fri, 10 Nov 2023 06:01:08 +0200 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 14 +++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce9a06..fb6a2d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -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. +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [4.0.0](https://github.com/dessant/label-actions/compare/v3.1.0...v4.0.0) (2023-11-10) + + +### ⚠ BREAKING CHANGES + +* the action now requires Node.js 20 + +### Bug Fixes + +* retry and throttle GitHub API requests ([0178594](https://github.com/dessant/label-actions/commit/01785943e20cda2ed04373038733db40c5e61f32)) +* update dependencies ([6b166ca](https://github.com/dessant/label-actions/commit/6b166caa4f407a4763b5a46a695a0fe0c9a190a6)) ## [3.1.0](https://github.com/dessant/label-actions/compare/v3.0.0...v3.1.0) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index 41608da..f80dcb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "label-actions", - "version": "3.1.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "label-actions", - "version": "3.1.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index fc23429..03cfadc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "label-actions", - "version": "3.1.0", + "version": "4.0.0", "description": "A GitHub Action that performs actions when issues, pull requests or discussions are labeled or unlabeled.", "author": "Armin Sebastian", "license": "MIT",