From 1a62107c4f8aa1830ad8b169a5e3553b1fa0f9e4 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Mon, 13 May 2024 18:19:29 -0700 Subject: [PATCH] 1.7.1 (#1308) --- docs/getting-started.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index c3195c56d..a4b27729a 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.7.0
+
Observable Framework v1.7.1
 ↳ http://127.0.0.1:3000/
diff --git a/package.json b/package.json index f61294c2a..46fbe4c97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@observablehq/framework", "license": "ISC", - "version": "1.7.0", + "version": "1.7.1", "type": "module", "publishConfig": { "access": "public"