Skip to content

Commit e6bb45f

Browse files
authored
chore: release v2.0.1
2 parents 8efff05 + 100865f commit e6bb45f

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ pnpm install final-countdown-js
2626

2727
## Hooks
2828

29+
> [!NOTE]
30+
> 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/).
31+
2932
### useCountDown
3033

3134
The useCountDown hook provides a simple countdown timer functionality.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Daniel Castillo <[email protected]",
1717
"license": "MIT",
1818
"private": false,
19-
"version": "2.0.0",
19+
"version": "2.0.1",
2020
"type": "module",
2121
"main": "dist/final-countdown-js.umd.js",
2222
"module": "dist/final-countdown-js.es.js",
@@ -37,7 +37,7 @@
3737
"eslint-plugin-react-hooks": "^4.6.0",
3838
"eslint-plugin-react-refresh": "^0.4.1",
3939
"typescript": "^5.0.2",
40-
"vite": "^4.5.2",
40+
"vite": "^4.5.3",
4141
"react": "^18.2.0",
4242
"react-dom": "^18.2.0",
4343
"vite-plugin-dts": "^3.3.1"

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)