chore: up 2.4.0 (#84)

* chore: up 2.4.0

* fix: add miss
This commit is contained in:
xrkffgg
2021-08-15 20:24:47 +08:00
committed by GitHub
parent dc4a7a3ca8
commit 3f73e5f3b7
12 changed files with 159 additions and 139 deletions

View File

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