Skip to content

Commit

Permalink
chore(release): 4.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.5](4.2.4...4.2.5) (2024-10-01)

### Bug Fixes

* **TouchAll:** Set compatible return value ([182fd93](182fd93))
* **TouchAll:** Set compatible return value ([272e564](272e564))
  • Loading branch information
makaira-github committed Oct 1, 2024
1 parent 182fd93 commit 3707a9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.2.5](https://github.com/MakairaIO/oxid-connect/compare/4.2.4...4.2.5) (2024-10-01)


### Bug Fixes

* **TouchAll:** Set compatible return value ([182fd93](https://github.com/MakairaIO/oxid-connect/commit/182fd93c8a99dbcba87e2444e167a01c8d314bde))
* **TouchAll:** Set compatible return value ([272e564](https://github.com/MakairaIO/oxid-connect/commit/272e564b8addbd9235529d0f64045baea56b9bca))

## [4.2.4](https://github.com/MakairaIO/oxid-connect/compare/4.2.3...4.2.4) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'de' => '<p>Connector zum Makaira</p><p>Mit dieser Version ist das Makaira :: Connect Modul DSGVO konform.</p><div class="errorbox"><p>Bitte deaktivieren Sie das Makaira :: Tracking Modul, falls vorhanden und aktiviert, bevor Sie die neue Connect Version aktivieren.</p></div>',
],
'thumbnail' => 'makaira.jpg',
'version' => '4.2.4',
'version' => '4.2.5',
'author' => 'marmalade 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",
"version": "4.2.4",
"version": "4.2.5",
"private": true,
"scripts": {
"release": "semantic-release"
Expand Down

0 comments on commit 3707a9c

Please sign in to comment.