Skip to content

Commit

Permalink
chore(release): v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Sep 4, 2017
1 parent 4f1b406 commit fe8dbf8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.2"></a>
## [1.0.2](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/compare/v1.0.1...v1.0.2) (2017-09-04)


### Bug Fixes

* **transform:** Map non-default named exports to the correct file ([3574c8c](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/commit/3574c8c))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/compare/v1.0.0...v1.0.1) (2016-06-12)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-transform-react-router-optimize",
"description": "Babel plugin to optimize the bundle size of projects using react-router.",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"main": "distribution/index.js",
"scripts": {
Expand Down

0 comments on commit fe8dbf8

Please sign in to comment.