Skip to content

Commit d95b521

Browse files
committed
auto generate copyright year
link to release notes g+
1 parent 58dd07e commit d95b521

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ Read the [contributing guide](https://github.com/yyx990803/vue/blob/master/CONTR
2727

2828
- Bugs, suggestions & feature requests: [open an issue](https://github.com/yyx990803/vue/issues)
2929
- Twitter: [@vuejs](https://twitter.com/vuejs)
30+
- [Google+ Community](https://plus.google.com/communities/112229843610661683911)
3031
- freenode IRC Channel: #vuejs
3132

33+
## Changelog
34+
35+
See details changes for each version in the [release notes](https://github.com/yyx990803/vue/releases).
36+
3237
## License
3338

3439
[MIT](http://opensource.org/licenses/MIT)

tasks/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var dest = './dist',
99
headerTemplate =
1010
'/*\n' +
1111
' Vue.js v{{version}}\n' +
12-
' (c) 2014 Evan You\n' +
12+
' (c) ' + new Date().getFullYear() + ' Evan You\n' +
1313
' License: MIT\n' +
1414
'*/\n'
1515

0 commit comments

Comments
 (0)