feat: add random to (#35)

* feat: add random to

* add actions

* up

* up version

* add less
This commit is contained in:
xrkffgg
2021-01-11 21:32:00 +08:00
committed by GitHub
parent 3836013160
commit 8e05706e43
20 changed files with 1768 additions and 158 deletions

View File

@@ -1,7 +1,7 @@
const { readFileSync, writeFileSync } = require('fs');
const last = /v1\.7/g;
const now = 'v1.8';
const last = /v1\.8/g;
const now = 'v1.9';
let readme = readFileSync('./README.md', 'utf-8');
readme = readme.replace(last, now);