Skip to content

Commit

Permalink
chore(release): v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Jun 12, 2016
1 parent 155d6fe commit 2cbe1b9
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.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)


### Bug Fixes

* **transformation:** Leave imports which have no specifiers unchanged ([9a9738d](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/commit/9a9738d))



<a name="1.0.0"></a>
# 1.0.0 (2016-06-11)

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.0",
"version": "1.0.1",
"license": "MIT",
"main": "distribution/index.js",
"scripts": {
Expand Down

0 comments on commit 2cbe1b9

Please sign in to comment.