Skip to content

Commit

Permalink
fix(@liuli-util/shell): 发布 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Jun 19, 2021
1 parent df64fce commit f32f75e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions apps/shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.2.0

- feat(@liuli-util/shell): 改变 cp/mv 的行为,具体参考:[cp/mv 命令的行为似乎有点奇怪?](https://github.com/rxliuli/web-project-tools/blob/master/apps/shell/README.md#cpmv-%E5%91%BD%E4%BB%A4%E7%9A%84%E8%A1%8C%E4%B8%BA%E4%BC%BC%E4%B9%8E%E6%9C%89%E7%82%B9%E5%A5%87%E6%80%AA)
- fix(@liuli-util/shell): 修复依赖声明缺失的问题
- test(@liuli-util/shell): 为 ShellProgram 添加完整的测试用例
- fix(@liuli-util/shell): 修复 commander 要求可变参数必须是最后一个带来的一些问题

## 0.1.1

- chore(@liuli-util/shell): 更新 rollup 版本为最新
Expand Down
4 changes: 2 additions & 2 deletions apps/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@liuli-util/shell",
"version": "0.1.1",
"version": "0.2.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"setup": "yarn build && lerna clean -y && yarn",
"build": "yarn dev rm dist && liuli-cli build config",
"build": "yarn start rm dist && liuli-cli build config",
"dev": "liuli-cli build config -w",
"start": "ts-node src/bin.ts",
"test": "rm dist"
Expand Down

0 comments on commit f32f75e

Please sign in to comment.