diff --git a/CHANGELOG.md b/CHANGELOG.md index a222961..2db0608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @caff/changed-packages-github-action +## 0.0.9 + +### Patch Changes + +- Upgrade dependencies +- Use Node 20 runtime + ## 0.0.8 ### Patch Changes diff --git a/package.json b/package.json index b35e020..9d1ae1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@caff/changed-packages-github-action", - "version": "0.0.8", + "version": "0.0.9", "description": "A Github action to get the packages affected by your changesets", "main": "lib/index.js", "repository": "https://github.com/caffco/changed-packages-github-action",