diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9af41..97f98ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +[Release 3.0.1](https://github.com/OpusCapita/react-navigation/releases/tag/v3.0.1) Mon Jun 25 2018 12:39:50 GMT+0300 (MSK) +======================================================= + + +[Release 3.0.0](https://github.com/OpusCapita/react-navigation/releases/tag/v3.0.0) Mon Jun 25 2018 12:30:17 GMT+0300 (MSK) +======================================================= + +- (Issue [#20](https://github.com/OpusCapita/react-navigation/issues/20), PR [#21](https://github.com/OpusCapita/react-navigation/issues/21)) "activeItem" prop replaced by "active" property for item (Kirill Volkovich kvolkovich-sc@users.noreply.github.com, 2018-06-25 12:24:27 +0300) + [Release 2.0.2](https://github.com/OpusCapita/react-navigation/releases/tag/v2.0.2) Thu Jun 07 2018 17:20:00 GMT+0300 (MSK) ======================================================= diff --git a/package.json b/package.json index a82c280..14c79da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opuscapita/react-navigation", - "version": "2.0.3", + "version": "3.0.2", "description": "Start write new project with no effort.", "scripts": { "link-mode": "webpack --watch --config ./webpack.link.config.js",