Skip to content

Commit ead8100

Browse files
committed
chore(release): 1.0.0\n<a name="1.0.0"></a>
# 1.0.0 (2016-06-11) ### Features * **transform:** transform react-router imports ([ffbe2f0](ffbe2f0))
1 parent ffbe2f0 commit ead8100

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<a name="1.0.0"></a>
2+
# 1.0.0 (2016-06-11)
3+
4+
5+
### Features
6+
7+
* **transform:** transform react-router imports ([ffbe2f0](https://github.com/nerdlabs/babel-plugin-transform-react-router-optimize/commit/ffbe2f0))
8+
9+
10+

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"devDependencies": {
3434
"babel-cli": "^6.10.1",
3535
"babel-core": "^6.9.1",
36-
"babel-preset-es2015": "^6.9.0"
36+
"babel-preset-es2015": "^6.9.0",
37+
"conventional-changelog-cli": "^1.2.0"
3738
}
3839
}

0 commit comments

Comments
 (0)