chore: release 1.6.0 (#276)

This commit is contained in:
Mage-OS
2025-03-07 07:14:51 +01:00
committed by GitHub
parent 22aca78cc8
commit fb68b8413a
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
{".":"1.5.0"}
{".":"1.6.0"}
+7
View File
@@ -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.6.0](https://github.com/mage-os/github-actions/compare/v1.5.0...v1.6.0) (2025-03-07)
### Features
* run setup:di:compile on push ([#116](https://github.com/mage-os/github-actions/issues/116)) ([22aca78](https://github.com/mage-os/github-actions/commit/22aca78cc8c648549b7a139fd2739ac9e8db916d))
## [1.5.0](https://github.com/mage-os/github-actions/compare/v1.4.0...v1.5.0) (2024-12-30)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@mage-os/github-actions",
"version": "1.5.0",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@mage-os/github-actions",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@mage-os/github-actions",
"version": "1.5.0",
"version": "1.6.0",
"description": "Github Actions for Magento 2",
"scripts": {
"test": "cd supported-version && npm run test && cd -",