From 316e39423b94c6f3324861e8d027cf197f1debe1 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 9 Aug 2024 12:40:05 -0400 Subject: [PATCH] 1.10.1 --- docs/getting-started.md | 2 +- docs/markdown.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 04b2ae5ef..c7990e478 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -160,7 +160,7 @@ Or with Yarn: You should see something like this: -
Observable Framework v1.10.0
+
Observable Framework v1.10.1
 ↳ http://127.0.0.1:3000/
diff --git a/docs/markdown.md b/docs/markdown.md index bb6c86de9..e3ee11923 100644 --- a/docs/markdown.md +++ b/docs/markdown.md @@ -354,7 +354,7 @@ For privacy and convenience, external links are given a default `rel` attribute Framework normalizes page links, converting absolute paths into relative paths. This allows built sites to be served correctly under any root when deployed. This means you can use absolute paths, such as `/index` for the main page, to link to pages from any other page, including the global [header](./config#header) or [footer](./config#footer). -To link to a page or asset that’s _not_ controlled by Framework (or to disable link normalization), set the [`rel` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel) to `external`. For example: +To link to a page or asset that’s _not_ controlled by Framework (or to disable link normalization), set the [`rel` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel) to `external`. For example: ```html run=false robots.txt diff --git a/package.json b/package.json index 0e85b0c98..e072c6289 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@observablehq/framework", "license": "ISC", - "version": "1.10.0", + "version": "1.10.1", "type": "module", "publishConfig": { "access": "public"