Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Sep 24, 2023
1 parent 2a5251e commit 9140489
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] - 2023-09-24
### Fixed
- Fix localization error (thanks to @mgroensmit)

## [2.0.0] - 2022-12-17
### Changed
- Renamed composer name from `siteation/magento2-module-storeinfo` to `siteation/magento2-storeinfo`
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siteation/magento2-storeinfo",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"type": "magento2-module",
"description": "Get your store information with ease",
Expand All @@ -26,7 +26,9 @@
"magento/module-store": "^101.0|^101.1"
},
"autoload": {
"files": ["registration.php"],
"files": [
"registration.php"
],
"psr-4": {
"Siteation\\StoreInfo\\": ""
}
Expand Down

0 comments on commit 9140489

Please sign in to comment.