diff --git a/CHANGELOG.md b/CHANGELOG.md index 203ae23..b647454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3] - 24 February 2025 +### Fixed +- Default target definitions were dropped when cache was refreshed from non-frontend + ## [0.0.2] - 22 February 2025 ### Fixed - Add proper README diff --git a/composer.json b/composer.json index c9ca5fb..3ffdcf1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-loki-components-debugger", - "version": "0.0.2", + "version": "0.0.3", "description": "N/A", "type": "magento2-module", "require": {