diff --git a/.versionrc.json b/.versionrc.json new file mode 100644 index 0000000..cafe84e --- /dev/null +++ b/.versionrc.json @@ -0,0 +1,9 @@ +{ + "packageFiles": [], + "bumpFiles": [ + { + "filename": "package.json", + "type": "json" + } + ] +}