Release 4chan X v3.0.0.

This commit is contained in:
Nicolas Stepien 2013-04-07 23:59:51 +02:00
parent cdb9b5575e
commit 41eaac9217
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# 3.0.0
# 3.0.0 - *2013-04-07*
**Major rewrite of 4chan X.**

View File

@ -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 + '.');
});

View File

@ -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/",