Skip to content

Commit

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

### Bug Fixes

* **DataMapper:** Do not remove fields that are mandatory to generate an SEO URL. ([#23](#23)) ([5f859ab](5f859ab))
  • Loading branch information
makaira-github committed Jun 19, 2023
1 parent 5f859ab commit a436ce1
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.1](https://github.com/MakairaIO/oxid-connect-essential/compare/2.1.0...2.1.1) (2023-06-19)


### Bug Fixes

* **DataMapper:** Do not remove fields that are mandatory to generate an SEO URL. ([#23](https://github.com/MakairaIO/oxid-connect-essential/issues/23)) ([5f859ab](https://github.com/MakairaIO/oxid-connect-essential/commit/5f859aba0cae6a2eacf82a436be017072eed5f63))

# [2.1.0](https://github.com/MakairaIO/oxid-connect-essential/compare/2.0.1...2.1.0) (2023-04-21)


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.0',
'version' => '2.1.1',
'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.0",
"version": "2.1.1",
"private": true,
"scripts": {
"release": "semantic-release"
Expand Down

0 comments on commit a436ce1

Please sign in to comment.