From 700acfb7ee22f28cb8a483639c6b206fdd987ca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:36:35 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e0bd984..f29c739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/buildrush/setup-php/compare/v1.0.0...v1.0.1) (2026-04-17) + + +### Bug Fixes + +* drop component prefix from release-please tags ([#4](https://github.com/buildrush/setup-php/issues/4)) ([29a47c5](https://github.com/buildrush/setup-php/commit/29a47c54bcea60eac11a47cc176d92732ed25806)) +* resolve release tag via GitHub API when downloading phpup ([#6](https://github.com/buildrush/setup-php/issues/6)) ([f6676ca](https://github.com/buildrush/setup-php/commit/f6676ca45470ac25d310c044ef90acf3b1b9b265)) + ## 1.0.0 (2026-04-17) diff --git a/package-lock.json b/package-lock.json index da2ac5d..5417960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@buildrush/setup-php", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@buildrush/setup-php", - "version": "1.0.0", + "version": "1.0.1", "devDependencies": { "eslint": "^8.0.0", "prettier": "^3.0.0" diff --git a/package.json b/package.json index 15de8d5..37005d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildrush/setup-php", - "version": "1.0.0", + "version": "1.0.1", "description": "Fast, reproducible PHP setup for GitHub Actions", "private": true, "main": "src/index.js",