Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Jul 18, 2016
1 parent 414a32c commit a5914da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [9.0.1](https://github.com/babel/babel-library-boilerplate/releases/tag/9.0.1)

- Actually fixes issue where `.gitignore` would not be copied

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

- Updated dependencies in generated `package.json`
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": "9.0.0",
"version": "9.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 a5914da

Please sign in to comment.