chore(release): v1.1.0

This commit is contained in:
2023-08-20 03:16:05 +03:00
parent 8e51587260
commit b05591a316
2 changed files with 37 additions and 36 deletions

View File

@@ -388,6 +388,7 @@ program
);
await simpleGit()
.add(".")
.commit(`chore(release): v${version}`)
.addTag(`v${version}`);
});