Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.9...v3.0.0) (2019-03-20)

### Bug Fixes

* **dependencies:** Upgrade all dependencies ([dd7e733](dd7e733))

### BREAKING CHANGES

* **dependencies:** corejs was ugprade to v3.0.0 and babel to 7.4.0. The api of corejs has changed and
is tightly coupled to babel 7.4.0
  • Loading branch information
semantic-release-bot committed Mar 20, 2019
1 parent 2fe991e commit 531c20d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0](https://github.com/yeutech-lab/react-router-dom-utils/compare/v2.2.9...v3.0.0) (2019-03-20)


### Bug Fixes

* **dependencies:** Upgrade all dependencies ([dd7e733](https://github.com/yeutech-lab/react-router-dom-utils/commit/dd7e733))


### BREAKING CHANGES

* **dependencies:** corejs was ugprade to v3.0.0 and babel to 7.4.0. The api of corejs has changed and
is tightly coupled to babel 7.4.0

## [2.2.9](https://github.com/yeutech-lab/react-router-dom-utils/compare/v2.2.8...v2.2.9) (2019-03-11)


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.9",
"version": "3.0.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 531c20d

Please sign in to comment.