From 505afec72fb78315fca970092e0b3af513fa0b5c Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Mon, 4 Mar 2024 10:06:15 -0800 Subject: [PATCH] 1.1.0-rc.1 (#973) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa8a4c5c8..78947f0e4 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "@observablehq/framework", "license": "ISC", - "version": "1.0.0", + "version": "1.1.0-rc.1", "type": "module", "publishConfig": { - "access": "public" + "access": "public", + "tag": "next" }, "repository": { "type": "git",