Release 4chan X v3.0.0.
This commit is contained in:
parent
cdb9b5575e
commit
41eaac9217
@ -1,4 +1,4 @@
|
||||
# 3.0.0
|
||||
# 3.0.0 - *2013-04-07*
|
||||
|
||||
**Major rewrite of 4chan X.**
|
||||
|
||||
|
||||
@ -166,8 +166,8 @@ module.exports = function(grunt) {
|
||||
// Update the `pkg` object with the new version.
|
||||
pkg = grunt.file.readJSON('package.json');
|
||||
// i is the number of #s for markdown.
|
||||
var version = new Array(+i + 1).join('#') + ' ' + pkg.version + ' *(' + grunt.template.today('yyyy-mm-dd') + ')*';
|
||||
grunt.file.write('CHANGELOG.md', version + '\n' + grunt.file.read('CHANGELOG.md'));
|
||||
var version = new Array(+i + 1).join('#') + ' ' + pkg.version + ' - *' + grunt.template.today('yyyy-mm-dd') + '*';
|
||||
grunt.file.write('CHANGELOG.md', version + '\n\n' + grunt.file.read('CHANGELOG.md'));
|
||||
grunt.log.ok('Changelog updated for v' + pkg.version + '.');
|
||||
});
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"version": "3.0.0",
|
||||
"description": "Cross-browser extension for productive lurking on 4chan.",
|
||||
"meta": {
|
||||
"name": "4chan X Beta",
|
||||
"name": "4chan X",
|
||||
"repo": "https://github.com/MayhemYDG/4chan-x/",
|
||||
"page": "https://4chan-x.just-believe.in/",
|
||||
"buildsPath": "builds/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user