Skip to content

Commit aab0358

Browse files
committed
Bumped version and added changelog
1 parent 21eb52c commit aab0358

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-countdown-clock",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "HTML5 canvas countdown clock React component",
55
"main": "build/react-countdown-clock.js",
66
"repository": {

0 commit comments

Comments
 (0)