Skip to content

Commit eb154e9

Browse files
committed
Add Changelog.md
1 parent aeccf0a commit eb154e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# v0.1.0 (2014-01-24)
3+
4+
- Setup Versioning

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module.exports = function(grunt) {
143143
bump: {
144144
options: {
145145
files: ['package.json', 'bower.json'],
146-
commitFiles: ['package.json', 'bower.json'], // '-a' for all files
146+
commitFiles: ['package.json', 'bower.json', 'Changelog.md'], // '-a' for all files
147147
pushTo: 'origin'
148148
}
149149
}

0 commit comments

Comments
 (0)