Skip to content

Commit

Permalink
chore(release): 2.2.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.6](v2.2.5...v2.2.6) (2019-02-28)

### Bug Fixes

* **getPages:** fixed error on root path ([8989f2d](8989f2d))
* **getPages:** optimize code ([cd9de35](cd9de35))
  • Loading branch information
semantic-release-bot committed Feb 28, 2019
1 parent c982533 commit de23ffb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.6](https://github.com/yeutech-lab/react-router-dom-utils/compare/v2.2.5...v2.2.6) (2019-02-28)


### Bug Fixes

* **getPages:** fixed error on root path ([8989f2d](https://github.com/yeutech-lab/react-router-dom-utils/commit/8989f2d))
* **getPages:** optimize code ([cd9de35](https://github.com/yeutech-lab/react-router-dom-utils/commit/cd9de35))

## [2.2.5](https://github.com/yeutech-lab/react-router-dom-utils/compare/v2.2.4...v2.2.5) (2019-02-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeutech-lab/react-router-dom-utils",
"version": "2.2.5",
"version": "2.2.6",
"description": "Utilities for web applications that use react-router-dom",
"main": "lib/index.js",
"jsnext:main": "dist/@yeutech-lab/react-router-dom-utils.esm.js",
Expand Down

0 comments on commit de23ffb

Please sign in to comment.