Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Nov 10, 2023
1 parent 8dc31b0 commit fc653a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion 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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit fc653a6

Please sign in to comment.