diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4d5eee..109e8405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/barajs/bara-react-yofi/compare/v1.2.2...v1.3.0) (2019-07-29) + + +### Features + +* **SideBar:** add and props ([769dbf4](https://github.com/barajs/bara-react-yofi/commit/769dbf4)) + ## [1.2.2](https://github.com/barajs/bara-react-yofi/compare/v1.2.1...v1.2.2) (2019-07-03) diff --git a/package.json b/package.json index 100a2bfa..54c8fcb1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bara-react-yofi", "description": "Collection of beautiful React components work with Bara cross-platform", - "version": "1.2.2", + "version": "1.3.0", "license": "MIT", "module": "dist/index.js", "main": "dist/index.js",