Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2020-02-20)

### Features

* **RoutesMap:** now detecting all urls using path-to-regex ([f2f57cd](f2f57cd))
  • Loading branch information
semantic-release-bot committed Feb 20, 2020
1 parent 5818d07 commit 4430b78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.2.0](https://github.com/yeutech-lab/react-router-dom-utils/compare/v3.1.0...v3.2.0) (2020-02-20)


### Features

* **RoutesMap:** now detecting all urls using path-to-regex ([f2f57cd](https://github.com/yeutech-lab/react-router-dom-utils/commit/f2f57cd6eaa6919ce941bbbaa8a1700fdc2a8b8e))

# [3.1.0](https://github.com/yeutech-lab/react-router-dom-utils/compare/v3.0.2...v3.1.0) (2020-02-08)


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": "3.1.0",
"version": "3.2.0",
"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 4430b78

Please sign in to comment.