From b89832acd58e06091acd807cb9f110e042a54dda Mon Sep 17 00:00:00 2001 From: Mage-OS <100189073+mage-os-ci@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:35:44 +0200 Subject: [PATCH] chore: release 1.4.0 (#63) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c17c08f..af718e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.0"} +{".":"1.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index de8c49b..d8e132f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.4.0](https://github.com/mage-os/github-actions/compare/v1.3.0...v1.4.0) (2023-06-20) + + +### Features + +* make phpcs severity level configurable ([#130](https://github.com/mage-os/github-actions/issues/130)) ([81a1eb2](https://github.com/mage-os/github-actions/commit/81a1eb2273864842286a4427519c9d29146c5ac8)) +* **supported-version:** validate custom_versions ([5c19804](https://github.com/mage-os/github-actions/commit/5c198049f7002fff785d07f344f3773ce92e2c0f)) + + +### Bug Fixes + +* **supported-version:** falsiness of custom_versions ([c9b7f41](https://github.com/mage-os/github-actions/commit/c9b7f41525923edd1fc40b635d776ad5c2ebf6ec)) + ## [1.3.0](https://github.com/graycoreio/github-actions-magento2/compare/v1.2.0...v1.3.0) (2023-03-15) diff --git a/package-lock.json b/package-lock.json index 8db3c3f..1cc9332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@graycore/github-actions-magento", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 9bff52b..ba82313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mage-os/github-actions", - "version": "1.3.0", + "version": "1.4.0", "description": "Github Actions for Magento 2", "scripts": { "test": "cd supported-version && npm run test && cd -",