diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc7cf5..97cae4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [3.0.0](https://github.com/dessant/reaction-comments/compare/v2.2.0...v3.0.0) (2022-12-04) + + +### ⚠ BREAKING CHANGES + +* the action now requires Node.js 16 + +### Bug Fixes + +* update dependencies ([69813be](https://github.com/dessant/reaction-comments/commit/69813be6e69ef88fafb73376b325afc9ababc8fd)) +* update docs ([9c2ad50](https://github.com/dessant/reaction-comments/commit/9c2ad5077134edd5c3d3e25e787974d33f114050)) + ## [2.2.0](https://github.com/dessant/reaction-comments/compare/v2.1.2...v2.2.0) (2021-10-02) diff --git a/package-lock.json b/package-lock.json index 79e2b2b..fa0e0a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reaction-comments", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "reaction-comments", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 58b1a3b..4fda511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reaction-comments", - "version": "2.2.0", + "version": "3.0.0", "description": "A GitHub Action that deletes +1 comments and encourages the use of GitHub reactions.", "author": "Armin Sebastian", "license": "MIT",