diff --git a/.versionrc.json b/.versionrc.json index 305069c..a9c1c54 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -9,5 +9,11 @@ {"type": "refactor", "hidden": true}, {"type": "perf", "hidden": true}, {"type": "test", "hidden": true} + ], + "bumpFiles": [ + { + "filename": "data/.doks.json", + "type": "json" + } ] } \ No newline at end of file diff --git a/data/.doks.json b/data/.doks.json new file mode 100644 index 0000000..bc8c473 --- /dev/null +++ b/data/.doks.json @@ -0,0 +1,4 @@ +{ + "name": "doks", + "version": "0.1.2" +} \ No newline at end of file