Skip to content

Commit 90ff180

Browse files
committed
1.1.0-rc.9
1 parent cd5eaca commit 90ff180

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/databases.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@
107107
GROUP BY 1, 2
108108
ORDER BY 1, 2
109109
</script>
110+
<script id="64" type="application/sql" pinned="" database="duckdb">
111+
SELECT 1 + 3
112+
</script>
110113
<script id="61" type="text/markdown">
111114
And displaying it as a heatmap, showing the :
112115
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "git+https://github.com/observablehq/notebook-kit.git"
77
},
8-
"version": "1.1.0-rc.8",
8+
"version": "1.1.0-rc.9",
99
"type": "module",
1010
"scripts": {
1111
"test": "vitest",

0 commit comments

Comments
 (0)