diff --git a/CHANGELOG.md b/CHANGELOG.md index 1681fe7..3839518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +## v5.2.0 - [November 14, 2024](https://github.com/lando/pkg-action/releases/tag/v5.2.0) + * Added `inputs.filename` to customize the name of the output binary ## v5.1.0 - [October 26, 2024](https://github.com/lando/pkg-action/releases/tag/v5.1.0) diff --git a/package-lock.json b/package-lock.json index fcf47e3..d329881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lando/pkg-action", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index d5f3f08..4706756 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/pkg-action", "description": "A GitHub Action for 'compiling' node projects into binaries using vercel/pkg", - "version": "5.1.0", + "version": "5.2.0", "author": "Mike Pirog @pirog", "contributors": [ {