Skip to content

Commit fcb824f

Browse files
committed
add release notes
1 parent 49d5c9e commit fcb824f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10-
# 0.26.4
10+
## 0.26.5
11+
12+
* improve performance by:
13+
- eliminate extra call of layout on state update @ilaiwi
14+
- eliminate unmounting and mounting of Interval Component @ilaiwi
15+
16+
## 0.26.4
1117

1218
* fix `react-calendar-timeline` not working with `react-hot-loader` #607 @ilaiwi + @westn
1319

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.26.4",
3+
"version": "0.26.5",
44
"description": "react calendar timeline",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)