Presently I'm using a combination of this task and grunt-release because I need the publish to npm functionality from grunt-release, and I need the updateConfigs option from grunt-bump (which grunt-release does not support).
If grunt-bump provided an option to publish to npm, I could drop the dependency on grunt-release.