Skip to content

Commit

Permalink
chore(main): release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Sep 14, 2024
1 parent 9f39414 commit 2f4ea18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# pipflow

## 1.0.6

### Patch Changes 🌟

- refactor: Refactor server task code to simplify logic ([412a7f7](https://github.com/Meqn/pipflow/commit/412a7f7b04159433e10b31b0ad9185fd988d1ee1))
- fix: Fix could not print gulp task list ([c80ba38](https://github.com/Meqn/pipflow/commit/c80ba3881a89edf211ddec281f64e2b7c1b55cde))

- Updated dependencies []:
- @pipflow/cli@1.0.6
- @pipflow/core@1.1.4
- @pipflow/utils@1.0.4

## 1.0.5

### Patch Changes 🌟

- fix: 添加SIGINT信号(Ctrl+C)处理(进程正确终止) ([f0631db](https://github.com/Meqn/pipflow/commit/f0631db9b155c9ee9cd15f33fed6757cd6b95aa0))
- fix: 添加 SIGINT 信号(Ctrl+C)处理(进程正确终止) ([f0631db](https://github.com/Meqn/pipflow/commit/f0631db9b155c9ee9cd15f33fed6757cd6b95aa0))

- Updated dependencies []:
- @pipflow/cli@1.0.5
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipflow",
"version": "1.0.5",
"version": "1.0.6",
"description": "A web developer workflow based on Gulp. It has built-in features such as merging, compiling, packaging, and compressing that greatly simplify the front-end development process.",
"main": "index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 2f4ea18

Please sign in to comment.