diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46fc356..f9cea35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.6" + ".": "1.6.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e1c3e..598b831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.7](https://github.com/streetsidesoftware/actions/compare/v1.6.6...v1.6.7) (2024-03-16) + + +### Updates and Bug Fixes + +* bump peter-evans/create-pull-request from 6.0.1 to 6.0.2 in /.github/actions/pr ([#121](https://github.com/streetsidesoftware/actions/issues/121)) ([52975e8](https://github.com/streetsidesoftware/actions/commit/52975e8b6e3592a2b707c528845b2b34053d7e23)) + ## [1.6.6](https://github.com/streetsidesoftware/actions/compare/v1.6.5...v1.6.6) (2024-02-29) diff --git a/package.json b/package.json index 083f631..a9e01ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions", - "version": "1.6.6", + "version": "1.6.7", "description": "Collection of actions for GitHub Workflows", "private": true, "packageManager": "pnpm@8.7.1",