Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcastillop authored Apr 6, 2024
2 parents 8efff05 + 100865f commit e6bb45f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ pnpm install final-countdown-js

## Hooks

> [!NOTE]
> Do you want to use these hooks, but without installing an extra dependency? Try [Nova.js: a collection of dependency-free React hooks](https://novajs.co/).
### useCountDown

The useCountDown hook provides a simple countdown timer functionality.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Daniel Castillo <daniel@dlcastillop.com",
"license": "MIT",
"private": false,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "dist/final-countdown-js.umd.js",
"module": "dist/final-countdown-js.es.js",
Expand All @@ -37,7 +37,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"typescript": "^5.0.2",
"vite": "^4.5.2",
"vite": "^4.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-plugin-dts": "^3.3.1"
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6bb45f

Please sign in to comment.