New release

This commit is contained in:
knsv 2014-12-03 19:35:00 +01:00
parent fe2f3b403d
commit dd26960852
7 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "mermaid", "name": "mermaid",
"version": "0.2.13", "version": "0.2.14",
"authors": [ "authors": [
"knsv <knut@sveido.com>" "knsv <knut@sveido.com>"
], ],

View File

@ -13001,7 +13001,7 @@ process.chdir = function (dir) {
},{}],102:[function(require,module,exports){ },{}],102:[function(require,module,exports){
module.exports={ module.exports={
"name": "mermaid", "name": "mermaid",
"version": "0.2.12", "version": "0.2.14",
"description": "Markdownish syntax for generating flowcharts", "description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {

File diff suppressed because one or more lines are too long

View File

@ -12969,7 +12969,7 @@ process.chdir = function (dir) {
},{}],102:[function(require,module,exports){ },{}],102:[function(require,module,exports){
module.exports={ module.exports={
"name": "mermaid", "name": "mermaid",
"version": "0.2.12", "version": "0.2.14",
"description": "Markdownish syntax for generating flowcharts", "description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {

File diff suppressed because one or more lines are too long

View File

@ -137,14 +137,14 @@ function inc(importance) {
// bump the version number in those files // bump the version number in those files
.pipe(bump({type: importance})) .pipe(bump({type: importance}))
// save it back to filesystem // save it back to filesystem
.pipe(gulp.dest('./')) .pipe(gulp.dest('./'));
// commit the changed version number // commit the changed version number
.pipe(git.commit('bumps package version')) //.pipe(git.commit('bumps package version'))
// read only one file to get the version number // read only one file to get the version number
.pipe(filter('package.json')) //.pipe(filter('package.json'))
// **tag it in the repository** // **tag it in the repository**
.pipe(tag_version()); //.pipe(tag_version());
} }
gulp.task('patch', function() { return inc('patch'); }) gulp.task('patch', function() { return inc('patch'); })

View File

@ -1,6 +1,6 @@
{ {
"name": "mermaid", "name": "mermaid",
"version": "0.2.13", "version": "0.2.14",
"description": "Markdownish syntax for generating flowcharts", "description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {