Skip to content

Commit 22ffe2f

Browse files
authored
Merge pull request #31 from creativetimofficial/feature/v2.0.1
add nepcha script
2 parents 94d1302 + 2f40bf1 commit 22ffe2f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2.0.1] 2023-03-29
4+
5+
- Add nepcha scripts
6+
37
## [2.0.0] 2022-11-02
48

59
- Update the entire structure

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
crossorigin="anonymous"
2828
referrerpolicy="no-referrer"
2929
/>
30+
<script defer data-site="YOUR_DOMAIN_HERE" src="https://api.nepcha.com/js/nepcha-analytics.js"></script>
3031
</head>
3132
<body>
3233
<div id="root"></div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "material-tailwind-dashboard-react",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)