docs: up 2.3.1

This commit is contained in:
元凛
2021-08-09 23:48:37 +08:00
parent db8ab69114
commit eb91a70ccc
12 changed files with 116 additions and 109 deletions

View File

@@ -2,7 +2,7 @@ const { readFileSync, writeFileSync } = require('fs');
const { version } = JSON.parse(readFileSync('./package.json', 'utf-8'));
const last = /v2\.2\.1/g;
const last = /v2\.3\.0/g;
const now = `v${version}`;
let readme = readFileSync('./README.md', 'utf-8');