docs: up v2.3.0

This commit is contained in:
元凛
2021-08-09 19:26:36 +08:00
parent b64d6e451f
commit c585c79a2a
12 changed files with 3315 additions and 204 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\.0/g;
const last = /v2\.2\.1/g;
const now = `v${version}`;
let readme = readFileSync('./README.md', 'utf-8');