@liuli-util/cli 3.19.0 → 3.20.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 3.19.1
4
+
5
+ - fix: 修复同步 eslint+simple hooks 错误处理 css 文件的问题
6
+ - chore: 更新使用最新版的统一配置
7
+ - chore: 删除 cli 模板中不再需要的 @types/lodash 依赖
8
+
9
+ ## 3.19.0
10
+
11
+ - feat: 构建模式下默认删除 dist 目录,避免依赖于 rimraf
12
+ - feat: 支持零配置打包 userjs 脚本
13
+ - feat: build single 支持构建不同类型的 bundle
14
+ - docs: 更新 liuli deploy 的文档
15
+
3
16
  ## 3.18.0
4
17
 
5
18
  - feat: 支持自定义 `repo/remote/branch` 等配置