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",
"version": "0.2.13",
"version": "0.2.14",
"authors": [
"knsv <knut@sveido.com>"
],

View File

@ -13001,7 +13001,7 @@ process.chdir = function (dir) {
},{}],102:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.2.12",
"version": "0.2.14",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"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){
module.exports={
"name": "mermaid",
"version": "0.2.12",
"version": "0.2.14",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"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
.pipe(bump({type: importance}))
// save it back to filesystem
.pipe(gulp.dest('./'))
.pipe(gulp.dest('./'));
// 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
.pipe(filter('package.json'))
//.pipe(filter('package.json'))
// **tag it in the repository**
.pipe(tag_version());
//.pipe(tag_version());
}
gulp.task('patch', function() { return inc('patch'); })

View File

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