From 7e2cb6502fdfdc46b3630b2436d25f95f3f7d7a7 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 21 Jun 2024 15:18:32 +0200 Subject: [PATCH] 5.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index eca2eca..1b29fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-mdx-frontmatter", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remark-mdx-frontmatter", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", diff --git a/package.json b/package.json index 58f2e07..eb1aa28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-mdx-frontmatter", - "version": "4.0.0", + "version": "5.0.0", "description": "A remark plugin for converting frontmatter metadata into MDX exports", "author": "Remco Haszing ", "license": "MIT",