@haroonwaves/blog-kit-core 2.0.0 → 2.1.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @haroonwaves/blog-kit-core
2
2
 
3
- Core utilities for parsing markdown blog files with frontmatter. Extract metadata, calculate reading
4
- time, and manage blog content in Node and React applications.
3
+ Core utilities for parsing markdown files with frontmatter. Extract metadata, calculate reading
4
+ time, and manage content in Node and React applications.
5
5
 
6
6
  ## Installation
7
7
 
@@ -26,7 +26,7 @@ For complete documentation, API reference, and examples, please visit the
26
26
  ## Related Packages
27
27
 
28
28
  - [@haroonwaves/blog-kit-react](https://www.npmjs.com/package/@haroonwaves/blog-kit-react) - React
29
- components for rendering blogs
29
+ components for rendering content
30
30
 
31
31
  ## License
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haroonwaves/blog-kit-core",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",