We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21eb52c commit aab0358Copy full SHA for aab0358
CHANGELOG.md
@@ -0,0 +1,20 @@
1
+# Changelog
2
+
3
+## 0.0.4 - Dec 20, 2015
4
5
+ * Upgraded React (0.14.3) and dev dependencies
6
+ * Clear timeouts on componentWillUnmount
7
8
+## 0.0.3 - May 25, 2015
9
10
+ * General fixes from @dvilchez
11
+ * Added npm shrinkwrap
12
+ * Fixed issue where seconds would never reach zero.
13
14
+## 0.0.2 - Jan 18, 2015
15
16
+ * Updated README with more details
17
18
+## 0.0.1 - Jan 17, 2015
19
20
+ * Counter with demo
package.json
@@ -1,6 +1,6 @@
{
"name": "react-countdown-clock",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "HTML5 canvas countdown clock React component",
"main": "build/react-countdown-clock.js",
"repository": {
0 commit comments