feat(core): Initial release of smartfm module for handling frontmatter

This commit is contained in:
2025-01-24 02:03:57 +01:00
parent 89a691240b
commit 967b103e01
2 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfm',
version: '2.1.2',
version: '2.2.0',
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.'
}