fix(documentation): Updated readme.md to add comprehensive examples and advanced use cases.

This commit is contained in:
2025-01-24 02:03:47 +01:00
parent 6f9ac1cb99
commit 461d81d353
3 changed files with 218 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfm',
version: '2.1.1',
version: '2.1.2',
description: 'A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.'
}