Skip to content

Commit

Permalink
docs(changelog): update with 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Apr 14, 2015
1 parent de2e08c commit c3c56cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.10.1 (2015-04-14)


#### Features

* **build:** add exclude config for rev ([4077cbb](https://github.com/42Zavattas/generator-bangular/commit/4077cbba49f8804d44519bb5344335cb7a876aeb))


## 0.10.0 (2015-04-13)


Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ gulp.task('changelog', function (done) {
require('conventional-changelog')({
repository: 'https://github.com/42Zavattas/generator-bangular',
version: require('./package.json').version,
from: '0.9.6',
to: '0.10.0'
from: '0.10.0',
to: '0.10.1'
}, function (err, log) {
fs.writeFile('CHANGELOG.md', log, done);
});
Expand Down

0 comments on commit c3c56cd

Please sign in to comment.