chore(bumpp): files change

This commit is contained in:
changjun
2023-05-16 00:49:45 +08:00
parent ef46bf2db0
commit c976ebd5fa

6
bumpp.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'bumpp'
export default defineConfig({
// https://github.com/antfu/bumpp/blob/main/src/types/version-bump-options.ts
files: ['package.json', 'package-lock.json', 'README.md'],
})