Skip to content

Commit

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

- Updated dependencies for the generated project
- Greenkeeper is now used to keep the dependencies up-to-date
- Dependencies are now locked down, rather than using `^`
- Less annoying messages when you're not logged into npm

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

- Actually fixes issue where `.gitignore` would not be copied
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.1",
"version": "10.0.0",
"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 87e6b9f

Please sign in to comment.