Skip to content

Commit

Permalink
docs: bump version in JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jan 2, 2018
1 parent a895a5a commit 5f87e97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.0",
"glpi-project/tools": "^0.1.0",
"glpi-project/coding-standard": "0.5.0"
}
},
"version": "2.6.1"
}
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"devDependencies": {
"standard-version": "^4.2.0",
"conventional-changelog-cli": "^1.3.5"
},
"standard-version": {
"skip": {
"bump": true,
"commit": true,
"tag": true
}
},
"dependencies": {}
"devDependencies": {
"standard-version": "^4.2.0",
"conventional-changelog-cli": "^1.3.5"
},
"standard-version": {
"skip": {
"bump": true,
"commit": true,
"tag": true
}
},
"dependencies": [],
"version": "2.6.1"
}

0 comments on commit 5f87e97

Please sign in to comment.