We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8383d98 commit 272b3e1Copy full SHA for 272b3e1
Gruntfile.js
@@ -165,7 +165,7 @@ module.exports = function(grunt) {
165
166
grunt.registerTask('release-patch',
167
'Build and generate new release patch version',
168
- [ 'build', 'bump:patch']
+ [ 'bump-only:patch', 'build', 'bump-commit']
169
);
170
171
grunt.registerTask('release-minor',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "crud-grid",
3
- "version": "0.0.15",
+ "version": "0.0.16",
4
"description": "Angular grid for Spring Data REST backend",
5
"main": "index.js",
6
"homepage": "https://github.com/flado/angular-crud-rest",
0 commit comments