Skip to content

Commit 01118f0

Browse files
committed
updated changelog and version
1 parent ed93c68 commit 01118f0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
99

1010
When you submit a PR, add your changes here!
1111

12-
### Added
12+
## 0.15.7
13+
14+
This release contains a lot of code cleanup as well as an API change to the `itemRenderer` prop.
15+
16+
### Fixed
17+
18+
* peerDependency warning if using React 16 #187
19+
20+
### Added
1321

1422
* `timelineContext` is provided to `itemRenderer` #233
1523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-calendar-timeline",
3-
"version": "0.15.6",
3+
"version": "0.15.7",
44
"description": "react calendar timeline",
55
"main": "lib/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)