From f1cff5281c422e14090824d4a32db67e661a0f66 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 1 Sep 2023 15:14:39 +0200 Subject: [PATCH] 7.0.0 --- package.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ecf0619..da8fe57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rehype-document", - "version": "6.1.0", + "version": "7.0.0", "description": "rehype plugin to wrap a document around a fragment", "license": "MIT", "keywords": [ diff --git a/readme.md b/readme.md index 4c9537d..f052a92 100644 --- a/readme.md +++ b/readme.md @@ -67,14 +67,14 @@ npm install rehype-document In Deno with [`esm.sh`][esmsh]: ```js -import rehypeDocument from 'https://esm.sh/rehype-document@6' +import rehypeDocument from 'https://esm.sh/rehype-document@7' ``` In browsers with [`esm.sh`][esmsh]: ```html ```