Skip to content

Commit 2cbe1b9

Browse files
committed
chore(release): v1.0.1
1 parent 155d6fe commit 2cbe1b9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.1"></a>
2+
## [1.0.1](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/compare/v1.0.0...v1.0.1) (2016-06-12)
3+
4+
5+
### Bug Fixes
6+
7+
* **transformation:** Leave imports which have no specifiers unchanged ([9a9738d](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/commit/9a9738d))
8+
9+
10+
111
<a name="1.0.0"></a>
212
# 1.0.0 (2016-06-11)
313

Diff for: package.json

+1-1
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.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"main": "distribution/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)