Skip to content

Commit 28869b6

Browse files
chore(release): 2.9.1 [skip ci]
## [2.9.1](v2.9.0...v2.9.1) (2018-12-22) ### Bug Fixes * define shouldUpdate function ([2277cfe](2277cfe)) * ensure we always return boolean from shouldComponentUpdate ([f2776ab](f2776ab))
1 parent 2277cfe commit 28869b6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.9.1](https://github.com/streamich/libreact/compare/v2.9.0...v2.9.1) (2018-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* define shouldUpdate function ([2277cfe](https://github.com/streamich/libreact/commit/2277cfe))
7+
* ensure we always return boolean from shouldComponentUpdate ([f2776ab](https://github.com/streamich/libreact/commit/f2776ab))
8+
19
# [2.9.0](https://github.com/streamich/libreact/compare/v2.8.1...v2.9.0) (2018-12-22)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libreact",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "React standard library",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)