From f78d5231f6576e8f34637bf12748f2d0cb433f8e Mon Sep 17 00:00:00 2001 From: Makaira Bot Date: Thu, 12 Oct 2023 12:15:31 +0000 Subject: [PATCH] chore(release): 1.4.6 [skip ci] ## [1.4.6](https://github.com/MakairaIO/oxid-connect-essential/compare/1.4.5...1.4.6) (2023-10-12) ### Bug Fixes * Prevent attribute duplication ([b3581e0](https://github.com/MakairaIO/oxid-connect-essential/commit/b3581e00683f75cf5c467c8e46db831fee31c9c1)) --- CHANGELOG.md | 7 +++++++ metadata.php | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d0cec..93b36fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.6](https://github.com/MakairaIO/oxid-connect-essential/compare/1.4.5...1.4.6) (2023-10-12) + + +### Bug Fixes + +* Prevent attribute duplication ([b3581e0](https://github.com/MakairaIO/oxid-connect-essential/commit/b3581e00683f75cf5c467c8e46db831fee31c9c1)) + ## [1.4.5](https://github.com/MakairaIO/oxid-connect-essential/compare/1.4.4...1.4.5) (2023-06-19) diff --git a/metadata.php b/metadata.php index 94c845b..2ff33e1 100644 --- a/metadata.php +++ b/metadata.php @@ -15,7 +15,7 @@ 'title' => 'Makaira Connect Essential', 'description' => 'This module provides required endpoints to import product data into Makaira.', 'thumbnail' => 'makaira.jpg', - 'version' => '1.4.5', + 'version' => '1.4.6', 'author' => 'Makaira GmbH', 'url' => 'https://www.makaira.io/', 'email' => 'support@makaira.io', diff --git a/package.json b/package.json index 8a27b1d..4d59cfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oxid-connect-essential", - "version": "1.4.5", + "version": "1.4.6", "private": true, "scripts": { "release": "semantic-release"