Skip to content

Commit 0da5aed

Browse files
committed
Release version 5.0.0
1 parent 85e2de5 commit 0da5aed

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Just reference the CDN hosted CSS and JS files!
2727
<link
2828
rel="stylesheet"
2929
type="text/css"
30-
href="https://cdn.jsdelivr.net/npm/d3-flame-graph@4.1.3/dist/d3-flamegraph.css"
30+
href="https://cdn.jsdelivr.net/npm/d3-flame-graph@5.0.0/dist/d3-flamegraph.css"
3131
/>
3232
</head>
3333
<body>
3434
<div id="chart"></div>
3535
<script type="text/javascript" src="https://d3js.org/d3.v7.js"></script>
3636
<script
3737
type="text/javascript"
38-
src="https://cdn.jsdelivr.net/npm/d3-flame-graph@4.1.3/dist/d3-flamegraph.min.js"
38+
src="https://cdn.jsdelivr.net/npm/d3-flame-graph@5.0.0/dist/d3-flamegraph.umd.min.js"
3939
></script>
4040
<script type="text/javascript">
4141
var chart = flamegraph().width(960);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d3-flame-graph",
3-
"version": "4.1.3",
3+
"version": "5.0.0",
44
"description": "A d3.js library to produce flame graphs.",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)