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 15, 2023
1 parent 4a281e9 commit 47d5ea1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,24 @@
# 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/support-requests/compare/v3.0.0...v4.0.0) (2023-11-15)


### ⚠ BREAKING CHANGES

* the action now requires Node.js 20

### Features

* set close reason ([cb26bc2](https://github.com/dessant/support-requests/commit/cb26bc2f96dccbf470d41a582ba8815e262928fa)), closes [#10](https://github.com/dessant/support-requests/issues/10)


### Bug Fixes

* always apply close and lock reason ([7e8888e](https://github.com/dessant/support-requests/commit/7e8888e8b42b2ea7092921e6f6997484c8cb8366))
* retry and throttle GitHub API requests ([2755608](https://github.com/dessant/support-requests/commit/2755608ece89dbb09f6d5d4e89ff0d3cb7440733))
* update dependencies ([008bb20](https://github.com/dessant/support-requests/commit/008bb205a4a418c16886a3aa05ea457c3038e08c))

## [3.0.0](https://github.com/dessant/support-requests/compare/v2.1.2...v3.0.0) (2022-12-04)

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": "support-requests",
"version": "3.0.0",
"version": "4.0.0",
"description": "A GitHub Action that comments on and closes issues labeled as support requests.",
"author": "Armin Sebastian",
"license": "MIT",
Expand Down

0 comments on commit 47d5ea1

Please sign in to comment.