Skip to content

Commit 947e7d9

Browse files
committed
Merge branch '2.0.X' into 2.1.X
2 parents 50aa393 + 8625de9 commit 947e7d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.1.4",
44
"main": "./dist/angular-google-maps.js",
55
"dependencies": {
6-
"angular": "1.2 - 1.3",
6+
"angular": "1.2 - 1.4",
77
"lodash": ">=3.8.0"
88
},
99
"ignore":[

grunt/options.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module.exports = (grunt) ->
123123
updateConfigs: []
124124
commit: true
125125
commitMessage: "Release %VERSION%"
126-
commitFiles: ['package.json', 'bower.json', 'Gruntfile.coffee', 'dist/*']
126+
commitFiles: ['package.json', 'bower.json', 'CHANGELOG.md', 'Gruntfile.coffee', 'dist/*']
127127
createTag: true
128128
tagName: "%VERSION%"
129129
tagMessage: "Version %VERSION%"

0 commit comments

Comments
 (0)