@mdfriday/foundry 26.4.1 → 26.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -55225,7 +55225,7 @@ For more information, visit: https://help.mdfriday.com
55225
55225
  * Show version
55226
55226
  */
55227
55227
  showVersion() {
55228
- const version = "26.4.1";
55228
+ const version = "26.4.2";
55229
55229
  return {
55230
55230
  success: true,
55231
55231
  message: `MDFriday CLI v${version}`