Skip to content

Commit

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

## 1.0.5

### Patch Changes 🌟

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

- Updated dependencies []:
- @pipflow/cli@1.0.5
- @pipflow/core@1.1.3

## 1.0.4

### Patch Changes 🌟
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.4",
"version": "1.0.5",
"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 672b1cf

Please sign in to comment.