diff --git a/CHANGELOG.md b/CHANGELOG.md index ac53ed0..f19487e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/triveon/translate-custom-variables/compare/v1.1.0...v1.1.1) (2024-02-23) + + +### Bug Fixes + +* Added composer files to semantic release assets ([0393d9b](https://github.com/triveon/translate-custom-variables/commit/0393d9bfbb7baef82e8cc9e3232ac79e2b405b0d)) + # [1.1.0](https://github.com/triveon/translate-custom-variables/compare/v1.0.0...v1.1.0) (2024-02-23) diff --git a/composer.json b/composer.json index 01d0858..5674200 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "triveon/translate-custom-variables", "description": "A module to use custom variables in translatable CMS strings", "type": "magento2-module", - "version": "1.0.0", + "version": "1.1.1", "license": [ "OSL-3.0" ], @@ -17,5 +17,4 @@ "Triveon\\TransCustomVars\\": "" } } -} - +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index b8d68fc..7bef493 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "eacc6315b73f9cac9cc993715a680153", + "content-hash": "ffc1835910ad624f29445ca1f62c552d", "packages": [], "packages-dev": [], "aliases": [], @@ -16,5 +16,5 @@ "php": ">=7.3" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }