Skip to content

Commit

Permalink
chore(release): 2.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.2](2.1.1...2.1.2) (2023-10-12)

### Bug Fixes

* Prevent attribute duplication ([fab1c81](fab1c81))
  • Loading branch information
makaira-github committed Oct 12, 2023
1 parent fab1c81 commit 967fa08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.2](https://github.com/MakairaIO/oxid-connect-essential/compare/2.1.1...2.1.2) (2023-10-12)


### Bug Fixes

* Prevent attribute duplication ([fab1c81](https://github.com/MakairaIO/oxid-connect-essential/commit/fab1c81dee229b979ea31ba33cbe41be3ed55b88))

## [2.1.1](https://github.com/MakairaIO/oxid-connect-essential/compare/2.1.0...2.1.1) (2023-06-19)


Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'title' => 'Makaira Connect Essential',
'description' => 'This module provides required endpoints to import product data into Makaira.',
'thumbnail' => 'admin/makaira.jpg',
'version' => '2.1.1',
'version' => '2.1.2',
'author' => 'Makaira GmbH',
'url' => 'https://www.makaira.io/',
'email' => '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxid-connect-essential",
"version": "2.1.1",
"version": "2.1.2",
"private": true,
"scripts": {
"release": "semantic-release"
Expand Down

0 comments on commit 967fa08

Please sign in to comment.