diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c08289..ab8df9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [3.0.0](https://github.com/xt0rted/pull-request-comment-branch/compare/v2.0.0...v3.0.0) - 2024-11-19 + - Updated node runtime from 16 to 20 - Bumped `@actions/core` from 1.10.0 to 1.11.1 - Bumped `@actions/github` from 5.1.1 to 6.0.0 diff --git a/package-lock.json b/package-lock.json index 3e9ebc4..d316f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pull-request-comment-branch", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pull-request-comment-branch", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 74f9db9..6d154da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pull-request-comment-branch", - "version": "2.0.0", + "version": "3.0.0", "private": true, "description": "Gets the head ref and sha of a pull request comment", "main": "dist/index.js",