Skip to content

Commit

Permalink
Merge pull request #31 from creativetimofficial/feature/v2.0.1
Browse files Browse the repository at this point in the history
add nepcha script
  • Loading branch information
sajadevo authored Mar 29, 2023
2 parents 94d1302 + 2f40bf1 commit 22ffe2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.0.1] 2023-03-29

- Add nepcha scripts

## [2.0.0] 2022-11-02

- Update the entire structure
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<script defer data-site="YOUR_DOMAIN_HERE" src="https://api.nepcha.com/js/nepcha-analytics.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-tailwind-dashboard-react",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 22ffe2f

Please sign in to comment.