We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29597b1 commit 278f8b1Copy full SHA for 278f8b1
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.2.1] - 6 February 2024
10
+### Fixed
11
+- namespace correction for InputOption #3 @meminuygur
12
+
13
## [1.2.0] - 3 February 2024
14
### Added
15
- New command to create a new theme
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yireo/magento2-theme-commands",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"license": "OSL-3.0",
5
"description": "CLI commands to manipulate themes",
"type": "magento2-module",
0 commit comments