Skip to content

Commit 31a0959

Browse files
committed
Update README
1 parent d80aa09 commit 31a0959

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.6.0
44

5-
*Not yet released. These are forthcoming changes in the main branch.*
5+
[Released September 7, 2022.](https://github.com/observablehq/plot/releases/tag/v0.6.0)
66

77
[<img src="./img/window-strict.png" width="640" height="398" alt="A smoothed line chart of Apple’s stock price">](https://observablehq.com/@observablehq/plot-window)
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In vanilla HTML, Plot can be imported as an ES module, say from Skypack:
3939
```html
4040
<script type="module">
4141
42-
import * as Plot from "https://cdn.skypack.dev/@observablehq/plot@0.5";
42+
import * as Plot from "https://cdn.skypack.dev/@observablehq/plot@0.6";
4343
4444
document.body.append(Plot.plot(options));
4545
@@ -50,7 +50,7 @@ Plot is also available as a UMD bundle for legacy browsers.
5050

5151
```html
5252
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
53-
<script src="https://cdn.jsdelivr.net/npm/@observablehq/plot@0.5"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/@observablehq/plot@0.6"></script>
5454
<script>
5555
5656
document.body.append(Plot.plot(options));

0 commit comments

Comments
 (0)