From fa180e38bf6404ff7da9305d01d56fca55dad16c Mon Sep 17 00:00:00 2001 From: Toph Tucker Date: Fri, 25 Aug 2023 12:26:16 -0400 Subject: [PATCH] 5.9.2 --- CONTRIBUTING.md | 1 + package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f9e2e81 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +See checklist for [publishing a new release](https://observablehq.com/@observablehq/publishing-new-open-source-releases). \ No newline at end of file diff --git a/package.json b/package.json index 2a271c5..782c83c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@observablehq/runtime", - "version": "5.9.1", + "version": "5.9.2", "author": { "name": "Observable, Inc.", "url": "https://observablehq.com" diff --git a/yarn.lock b/yarn.lock index 6529250..9eb0857 100644 --- a/yarn.lock +++ b/yarn.lock @@ -126,9 +126,9 @@ isoformat "^0.2.0" "@observablehq/stdlib@^5.0.0": - version "5.8.1" - resolved "https://registry.yarnpkg.com/@observablehq/stdlib/-/stdlib-5.8.1.tgz#50002b0d2a021890052d6f96700d86d15ca18c7d" - integrity sha512-ng6QQSzFbPQnMMeCUhUl/EPzpyrwfmGsujztGdPXS1ZYrLoAc9co4rhUC5Vv6dBh8E4yzZkxwNyTs73bLN4alQ== + version "5.8.2" + resolved "https://registry.yarnpkg.com/@observablehq/stdlib/-/stdlib-5.8.2.tgz#0e5f73064783ed9d23a20feecd4a42bdfb996a30" + integrity sha512-68Xo97UJzJNOTDkZFSOqpGifMJ7KCXGXB0EljWIYzu9CzpaAjiakdJgMm2h7xHdPRh8HKoFIEPqeVg7YKjQh0Q== dependencies: d3-array "^3.2.0" d3-dsv "^3.0.1"