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 15639f5 commit 37fb5e8Copy full SHA for 37fb5e8
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
9
+## [0.0.3] - 17 March 2025
10
+- Allow for other generators to be created
11
12
+## [0.0.2] - 12 September 2024
13
+- Refinements
14
15
+## [0.0.1] - 15 August 2024
16
+### Added
17
+- Initial release
composer.json
@@ -1,6 +1,6 @@
{
"name": "yireo/magento2-test-generator",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "N/A",
"type": "magento2-module",
"require": {
0 commit comments