From 801a8cd230f27c044fb71b9f793cbb7d2318085e Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Tue, 15 Apr 2025 14:16:36 -0700 Subject: [PATCH] 1.13.3 --- 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 a81017ff7..5e803b0ca 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -148,7 +148,7 @@ Or with Yarn: You should see something like this: -
Observable Framework v1.13.2
+
Observable Framework v1.13.3
 ↳ http://127.0.0.1:3000/
diff --git a/package.json b/package.json index b6eb72a6a..f730c5f71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@observablehq/framework", "license": "ISC", - "version": "1.13.2", + "version": "1.13.3", "type": "module", "publishConfig": { "access": "public"