We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94d1302 + 2f40bf1 commit 22ffe2fCopy full SHA for 22ffe2f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [2.0.1] 2023-03-29
4
+
5
+- Add nepcha scripts
6
7
## [2.0.0] 2022-11-02
8
9
- Update the entire structure
index.html
@@ -27,6 +27,7 @@
27
crossorigin="anonymous"
28
referrerpolicy="no-referrer"
29
/>
30
+ <script defer data-site="YOUR_DOMAIN_HERE" src="https://api.nepcha.com/js/nepcha-analytics.js"></script>
31
</head>
32
<body>
33
<div id="root"></div>
package.json
@@ -1,7 +1,7 @@
{
"name": "material-tailwind-dashboard-react",
"private": true,
- "version": "2.0.0",
+ "version": "2.0.1",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments