From 4b58f09ca1d217f16e7c6f903830bf9672103ce0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:17:06 +0000 Subject: [PATCH] chore(main): release 2.7.0 --- CHANGELOG.md | 15 +++++++++++++++ composer.json | 6 +++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73981f..fa1acbf 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.7.0](https://github.com/lengow/plugin-woocommerce/compare/v2.6.3...v2.7.0) (2024-08-22) + + +### Features + +* **cicd:** Add a besic CI to the project ([#6](https://github.com/lengow/plugin-woocommerce/issues/6)) ([a1a6cc8](https://github.com/lengow/plugin-woocommerce/commit/a1a6cc8669074e2d2d235f698f6323ffee864bba)) + + +### Miscellaneous + +* **clean:** Remove obsolete files ([a1a6cc8](https://github.com/lengow/plugin-woocommerce/commit/a1a6cc8669074e2d2d235f698f6323ffee864bba)) +* **docs:** Precise Changelog file type ([a1a6cc8](https://github.com/lengow/plugin-woocommerce/commit/a1a6cc8669074e2d2d235f698f6323ffee864bba)) + +## Changelog + ======================================================== Version 2.6.4 ======================================================== diff --git a/composer.json b/composer.json index f0e77c2..cdd66f0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,11 @@ { "name": "lengow/lengow-woocommerce", "description": "Lengow is the e-commerce automation solution that helps brands and distributors improve their performance, automate their business processes, and grow internationally.", - "keywords": ["wordpress", "plugin", "lengow"], + "keywords": [ + "wordpress", + "plugin", + "lengow" + ], "homepage": "https://www.lengow.com", "license": "GPLv3", "type": "wordpress-plugin",