From 8e308145ff8abf05afb447668d3722b3f836cf03 Mon Sep 17 00:00:00 2001 From: Mage-OS <100189073+mage-os-ci@users.noreply.github.com> Date: Tue, 4 Nov 2025 19:52:47 -0500 Subject: [PATCH] chore: release 1.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e894fd6..6f40aa3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.7.0"} +{".":"1.7.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b76c4a1..6bd8fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.1](https://github.com/mage-os/github-actions/compare/v1.7.0...v1.7.1) (2025-11-05) + + +### Bug Fixes + +* allow matrix testing without EOL versions ([#299](https://github.com/mage-os/github-actions/issues/299)) ([ce264fc](https://github.com/mage-os/github-actions/commit/ce264fce26500bb510af0ec6f9cf21805def7f5c)) + ## [1.7.0](https://github.com/mage-os/github-actions/compare/v1.6.1...v1.7.0) (2025-04-09) diff --git a/package-lock.json b/package-lock.json index 50c35f4..63e0a47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mage-os/github-actions", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mage-os/github-actions", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index 438f413..0794baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mage-os/github-actions", - "version": "1.7.0", + "version": "1.7.1", "description": "Github Actions for Magento 2", "scripts": { "test": "cd supported-version && npm run test && cd -",