Skip to content

Commit 03992c4

Browse files
committed
chore(release): 0.2.19
1 parent d9beed8 commit 03992c4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.2.19](https://github.com/ClickAndMortar/mage-wizard/compare/v0.2.18...v0.2.19) (2024-05-17)
6+
7+
8+
### Bug Fixes
9+
10+
* avoid loading modules without name properly defined [#12](https://github.com/ClickAndMortar/mage-wizard/issues/12) ([d9beed8](https://github.com/ClickAndMortar/mage-wizard/commit/d9beed8cac2c80f9ec1eb1d1ca16d8045d584fac))
11+
* **core:** better handling of error messages during initial configuration ([26376e7](https://github.com/ClickAndMortar/mage-wizard/commit/26376e70563dda281caff783786f737f84c23f2b))
12+
513
## [0.2.18](https://github.com/ClickAndMortar/mage-wizard/compare/v0.2.17...v0.2.18) (2024-05-13)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mage-wizard",
33
"description": "Web UI wizard for Magento 2 providing useful features: module creation, config management, etc.",
4-
"version": "0.2.18",
4+
"version": "0.2.19",
55
"bin": {
66
"mage-wizard": "dist/server/index.mjs"
77
},

0 commit comments

Comments
 (0)