Also change the package lock file

This was missed and not picked up until after release.
This commit is contained in:
Anthony Johnson 2020-06-04 15:46:16 -06:00
parent 77d95c9060
commit 10de27a0c7
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0

View File

@ -49,4 +49,8 @@ first_value = 1
search = "version": "{current_version}",
replace = "version": "{new_version}",
[bumpversion:file:package-lock.json]
search = "version": "{current_version}",
replace = "version": "{new_version}",
[bumpversion:file:docs/conf.py]