We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f09c1 commit 1a62107Copy full SHA for 1a62107
docs/getting-started.md
@@ -160,7 +160,7 @@ Or with Yarn:
160
161
You should see something like this:
162
163
-<pre data-copy="none"><b class="green">Observable Framework</b> v1.7.0
+<pre data-copy="none"><b class="green">Observable Framework</b> v1.7.1
164
↳ <u><a href="http://127.0.0.1:3000/" style="color: inherit;">http://127.0.0.1:3000/</a></u></pre>
165
166
<div class="note">
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@observablehq/framework",
3
"license": "ISC",
4
- "version": "1.7.0",
+ "version": "1.7.1",
5
"type": "module",
6
"publishConfig": {
7
"access": "public"
0 commit comments