From 6f9ac1cb998f90944cde580cfbdde7142aa7111e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 24 Jan 2025 02:03:07 +0100 Subject: [PATCH] 2.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 32ec193..ca591ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartfm", - "version": "2.1.0", + "version": "2.1.1", "private": false, "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.", "exports": { @@ -59,4 +59,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}