diff --git a/CHANGELOG.md b/CHANGELOG.md index 393cc76..caf8ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.0.2 + +- Fixed compatibility with neno_hero_slider but is hopefully also helpful for other plugins + # 1.0.1 - fix: formatting of values when they are nullable, fixes #52 by @shyim in https://github.com/FriendsOfShopware/FroshDevelopmentHelper/pull/55 diff --git a/composer.json b/composer.json index dd9dcba..06fa343 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "frosh/development-helper", - "version": "1.0.1", + "version": "1.0.2", "description": "Development Helper", "type": "shopware-platform-plugin", "license": "MIT",