I'm trying to bump the version number in my package.json file, then use the update version number to create a new git tag. Whenever I run the bump task, the git tag created was of the old version number, not the bumped one.I'm trying to bump the version number in my pac