We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b71435 commit 82412a4Copy full SHA for 82412a4
docs/getting-started.md
@@ -148,7 +148,7 @@ Or with Yarn:
148
149
You should see something like this:
150
151
-<pre data-copy="none"><b class="green">Observable Framework</b> v1.13.1
+<pre data-copy="none"><b class="green">Observable Framework</b> v1.13.2
152
↳ <u><a href="http://127.0.0.1:3000/" style="color: inherit;">http://127.0.0.1:3000/</a></u></pre>
153
154
<div class="note">
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@observablehq/framework",
3
"license": "ISC",
4
- "version": "1.13.1",
+ "version": "1.13.2",
5
"type": "module",
6
"publishConfig": {
7
"access": "public"
0 commit comments