diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f40aa3..d0ca630 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.7.1"} +{".":"1.7.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd8fdd..b331ce3 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.2](https://github.com/mage-os/github-actions/compare/v1.7.1...v1.7.2) (2025-11-14) + + +### Bug Fixes + +* 'invalid kind provided' when defining `usable` type ([#305](https://github.com/mage-os/github-actions/issues/305)) ([dcc08f9](https://github.com/mage-os/github-actions/commit/dcc08f9bdfbd27e6fb306e4b644a1deb5007b423)) + ## [1.7.1](https://github.com/mage-os/github-actions/compare/v1.7.0...v1.7.1) (2025-11-05) diff --git a/package-lock.json b/package-lock.json index 63e0a47..c9c8923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mage-os/github-actions", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mage-os/github-actions", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index 0794baf..6563e49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mage-os/github-actions", - "version": "1.7.1", + "version": "1.7.2", "description": "Github Actions for Magento 2", "scripts": { "test": "cd supported-version && npm run test && cd -",