Skip to content

Commit fe8dbf8

Browse files
committed
chore(release): v1.0.2
1 parent 4f1b406 commit fe8dbf8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.2"></a>
2+
## [1.0.2](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/compare/v1.0.1...v1.0.2) (2017-09-04)
3+
4+
5+
### Bug Fixes
6+
7+
* **transform:** Map non-default named exports to the correct file ([3574c8c](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/commit/3574c8c))
8+
9+
10+
111
<a name="1.0.1"></a>
212
## [1.0.1](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/compare/v1.0.0...v1.0.1) (2016-06-12)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-transform-react-router-optimize",
33
"description": "Babel plugin to optimize the bundle size of projects using react-router.",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"license": "MIT",
66
"main": "distribution/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)