We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d142c1a commit 0f38bf9Copy full SHA for 0f38bf9
2 files changed
Changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.0.1] - 2026-05-30
4
+
5
+### Fixed
6
7
+- templates are now resolved relative to the package installation directory instead of the current working directory
8
9
## [1.0.0] - 2026-05-30
10
11
> Rebranded from `modular-framework-offline-generator` to `@dmsudev/mfog`.
package.json
@@ -1,6 +1,6 @@
{
"name": "@dmsudev/mfog",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Modular CLI for creating projects from multiple frameworks using offline local templates.",
"keywords": [
"cli",
0 commit comments