diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0ca630..e2202cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.7.2"} +{".":"1.7.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 202fbbb..bf4f6ff 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.3](https://github.com/mage-os/github-actions/compare/v1.7.2...v1.7.3) (2025-12-16) + + +### Bug Fixes + +* **supported-version:** handle semver-ish values from old magento verisons ([#309](https://github.com/mage-os/github-actions/issues/309)) ([b860bf9](https://github.com/mage-os/github-actions/commit/b860bf973e17cce91a7d730123b23632e3355574)) + ## [1.7.2](https://github.com/mage-os/github-actions/compare/v1.7.1...v1.7.2) (2025-12-13) diff --git a/package-lock.json b/package-lock.json index c9c8923..420b4cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mage-os/github-actions", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mage-os/github-actions", - "version": "1.7.2", + "version": "1.7.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index 6563e49..d64ddce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mage-os/github-actions", - "version": "1.7.2", + "version": "1.7.3", "description": "Github Actions for Magento 2", "scripts": { "test": "cd supported-version && npm run test && cd -",