From 13b9dccf8d026ff7bbb018915fbd290bb52f4c3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 06:05:45 +0200 Subject: [PATCH] chore(main): release 1.6.9 (#137) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e27262..6fb390b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.8" + ".": "1.6.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb49296..3b61220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.9](https://github.com/streetsidesoftware/actions/compare/v1.6.8...v1.6.9) (2024-05-10) + + +### Updates and Bug Fixes + +* bump peter-evans/create-pull-request from 6.0.3 to 6.0.5 in /.github/actions/pr ([#131](https://github.com/streetsidesoftware/actions/issues/131)) ([164705f](https://github.com/streetsidesoftware/actions/commit/164705f3c8b5b2c54cae2111f01d4016152ad181)) +* bump pnpm/action-setup from 3.0.0 to 4.0.0 in /public/setup-node-pnpm ([#135](https://github.com/streetsidesoftware/actions/issues/135)) ([d4002b7](https://github.com/streetsidesoftware/actions/commit/d4002b7833dd20215f03ce09bfd95de56bd5c211)) + ## [1.6.8](https://github.com/streetsidesoftware/actions/compare/v1.6.7...v1.6.8) (2024-04-13) diff --git a/package.json b/package.json index 8ed42f0..347f3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions", - "version": "1.6.8", + "version": "1.6.9", "description": "Collection of actions for GitHub Workflows", "private": true, "packageManager": "pnpm@8.15.7",