autoblogger 0.2.14 → 0.2.15

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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,16 +11,6 @@ In the age of AI and SEO, the blogs that win are the ones that publish consisten
11
11
 
12
12
  ---
13
13
 
14
- ## Why Autoblogger?
15
-
16
- The game has changed. AI-generated content is everywhere. SEO rewards fresh, frequent publishing. You need to write fast.
17
-
18
- **Before:** Open CMS. Open ChatGPT. Copy. Paste. Format. Fix formatting. Publish. *2 hours later...*
19
-
20
- **After:** Type your idea. AI writes. You tweak. Publish. *Done in 15 minutes.*
21
-
22
- ---
23
-
24
14
  ## Features
25
15
 
26
16
  ### 🤖 AI That Actually Helps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autoblogger",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "A headless CMS with AI writing tools, WYSIWYG editor, and RSS auto-draft",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",