From 0ff4c571608b9dd73c9cd368d5424d269cb98778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Finn=20R=2E=20G=C3=A4rtner?= <65015656+FinnRG@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:26:39 +0200 Subject: [PATCH] chores: 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d97895d..cd21d41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-mentions", - "version": "1.0.0", + "version": "1.0.1", "description": "remark plugin to replace @ mentions with links", "main": "index.js", "sideEffects": false,