diff --git a/README.md b/README.md index 0f22617..4f8b8ec 100644 --- a/README.md +++ b/README.md @@ -1296,13 +1296,14 @@ Then run: ```bash git commit . -m"BLD: Release x.x.x" -git push --tags +git tag -m"" -a vx.x.x +git push --follow-tags npm publish ``` ## Change log -- 1.20.0 (WIP): +- 1.20.0 (28 Sep 2021): - ` + + + ``` [See on CodePen](https://codepen.io/sanand0/pen/QWgaXmg?editors=1000) @@ -340,7 +340,7 @@ convention. This component is saved at [`kpi-dashboard.html`](kpi-dashboard.html To use it in your application, add: ```html - + ``` Note the `import="kpi-dashboard.html"` in the 2nd line. That makes `` available to diff --git a/docs/svg-chart.md b/docs/svg-chart.md index e874ee7..852983b 100644 --- a/docs/svg-chart.md +++ b/docs/svg-chart.md @@ -18,7 +18,7 @@ This is useful when creating: Add this code anywhere in your HTML page: ```html - +