ultimate-jekyll-manager 1.9.6 → 1.9.7

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.
@@ -73,6 +73,10 @@ node_modules/
73
73
  # MCP
74
74
  .playwright-mcp
75
75
 
76
+ # Test blog posts (generated by `npx mgr blogify`)
77
+ src/_posts/test/
78
+ src/assets/images/blog/post-test-*/
79
+
76
80
  # Custom
77
81
  /dist
78
82
  /.temp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "files": [