Skip to content

Commit

Permalink
Merge pull request #406 from babel/10.0.1
Browse files Browse the repository at this point in the history
10.0.1
  • Loading branch information
jamesplease authored Aug 31, 2016
2 parents 3d5e1e2 + da96fa2 commit 3b1e0d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [10.0.1](https://github.com/babel/babel-library-boilerplate/releases/tag/10.0.1)

- Fix an issue where the wrong preset was specified in the generated `.babelrc`.
It was specifying `es2015`; it now specifies `latest`, which is what the
boilerplate depends on.

### [10.0.0](https://github.com/babel/babel-library-boilerplate/releases/tag/10.0.0)

- Updated dependencies for the generated project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-babel-boilerplate",
"version": "10.0.0",
"version": "10.0.1",
"description": "Generate a boilerplate for a library written in ES2015 for Node and the browser.",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 3b1e0d7

Please sign in to comment.