docs: add 2.4.1 changelog

This commit is contained in:
元凛
2021-09-05 19:41:57 +08:00
parent f83978e0ed
commit 23e8a42c18
11 changed files with 110 additions and 104 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\.1/g;
const last = /v2\.4\.0/g;
const now = `v${version}`;
let readme = readFileSync('./README.md', 'utf-8');