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 19, 2023
1 parent 6a70349 commit e86d247
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/reaction-comments/compare/v3.0.0...v4.0.0) (2023-11-19)


### ⚠ BREAKING CHANGES

* the action now requires Node.js 20

### Bug Fixes

* retry and throttle GitHub API requests ([5c35d10](https://github.com/dessant/reaction-comments/commit/5c35d10027d40ecbad90b041ff2294d784fe1a31))
* update dependencies ([a12ad49](https://github.com/dessant/reaction-comments/commit/a12ad495101d8ddc46e3c35a2a43d16c6da11d4b))

## [3.0.0](https://github.com/dessant/reaction-comments/compare/v2.2.0...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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reaction-comments",
"version": "3.0.0",
"version": "4.0.0",
"description": "A GitHub Action that deletes +1 comments and encourages the use of GitHub reactions.",
"author": "Armin Sebastian",
"license": "MIT",
Expand Down

0 comments on commit e86d247

Please sign in to comment.