Skip to content

Commit

Permalink
chore(cli): release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Meqn committed Jan 3, 2024
1 parent 235edde commit 49ba71e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pipflow/cli

## 1.0.2

### Patch Changes 🌟

- perf: Optimize import modules ([cef6812](https://github.com/Meqn/pipflow/commit/cef68122ede3c2e014254b77516755c1a21abc55))
- perf: Remove waiting loading ([56be7bd](https://github.com/Meqn/pipflow/commit/56be7bd95f11082e30ce66f8a81c18dac1aa8c47))

- Updated dependencies []:
- @pipflow/utils@1.0.2

## 1.0.1

### Patch Changes 🌟
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipflow/cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "A command-line tool based on Gulp-workflow that quickly build web development workflows.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -65,6 +65,7 @@
"leven": "^3.1.0",
"lru-cache": "^10.0.0",
"metalsmith": "^2.6.1",
"minimist": "^1.2.8",
"node-fetch": "2",
"ora": "5",
"semver": "^7.5.2",
Expand Down

0 comments on commit 49ba71e

Please sign in to comment.