From dfc3a2efed2f759ed879e2176e2df5c970e41a03 Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Fri, 2 Feb 2024 23:37:27 -0500 Subject: [PATCH] chore: new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49fe656..d95e79a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@benjc/rehype-scroll-to-top", - "version": "0.1.1", + "version": "0.1.3", "description": "A Rehype plugin that adds a 'scroll to top' & 'scroll to bottom' links to the page.", "type": "module", "main": "dist/index.js",