From 419938f3beb5223f03e3ddad624793b2f51b0732 Mon Sep 17 00:00:00 2001 From: Mage-OS <100189073+mage-os-ci@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:52:34 +0200 Subject: [PATCH] chore: release 1.7.4 --- .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 e2202cc..c76bf61 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.7.3"} +{".":"1.7.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b0871cd..d1de1ab 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.4](https://github.com/mage-os/github-actions/compare/v1.7.3...v1.7.4) (2026-04-16) + + +### Bug Fixes + +* **supported-version:** filter uninstallable versions from usable kind ([#319](https://github.com/mage-os/github-actions/issues/319)) ([0590231](https://github.com/mage-os/github-actions/commit/0590231b6df72fcb90092721c14d45f9a073b5fd)) + ## [1.7.3](https://github.com/mage-os/github-actions/compare/v1.7.2...v1.7.3) (2025-12-30) diff --git a/package-lock.json b/package-lock.json index 420b4cd..8c2c8ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mage-os/github-actions", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mage-os/github-actions", - "version": "1.7.3", + "version": "1.7.4", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index d64ddce..1a5b5c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mage-os/github-actions", - "version": "1.7.3", + "version": "1.7.4", "description": "Github Actions for Magento 2", "scripts": { "test": "cd supported-version && npm run test && cd -",