From ab455700cfeb59a08d3680c08095bf41607b6809 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Apr 2024 07:52:05 +0000 Subject: [PATCH] chore(release): 7.0.0-beta.1 [skip ci] # [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-09) ### Bug Fixes * Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) * Fixed issue in FeedContent construct ([d289fd3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d289fd3f1afca23dba3421461c9ae3d71c22be21)) * use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c)) ### Performance Improvements * Applied phpcs and phpmd rules ([d7e82dd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d7e82ddc47affc9506fed9f4013036693e96d605)) ### BREAKING CHANGES * Code is refactored based on phpcs and phpmd rules. --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d890147..57f2001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-09) + + +### Bug Fixes + +* Fixed DriverInterface issue ([a6d0109](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/a6d01098c246b2a3b3475ed0d3060d4de75f2817)) +* Fixed issue in FeedContent construct ([d289fd3](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d289fd3f1afca23dba3421461c9ae3d71c22be21)) +* use id instead of SKU ([#39](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/39)) ([7b325cb](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/7b325cba4e7b4f2c6de1227b64dac09e73a6cb6c)) + + +### Performance Improvements + +* Applied phpcs and phpmd rules ([d7e82dd](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/commit/d7e82ddc47affc9506fed9f4013036693e96d605)) + + +### BREAKING CHANGES + +* Code is refactored based on phpcs and phpmd rules. + # [7.0.0-beta.1](https://github.com/EmicoEcommerce/Magento2TweakwiseExport/compare/v6.0.2...v7.0.0-beta.1) (2024-04-05)