Skip to content

Commit

Permalink
chore(cli): release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Dec 28, 2023
1 parent bd93ba5 commit f8f573f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
32 changes: 22 additions & 10 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pipflow/cli

## 1.0.0

### Major Changes 🎉

- perf: Change the preset template directory ([45aff6f](https://github.com/Meqn/pipflow/commit/45aff6f43c0225ab598701251e6146622441eb69))
- perf: Update npm package infomation for info-cli ([e9d7e2f](https://github.com/Meqn/pipflow/commit/e9d7e2fc4e00488f1acf618e0a0cdaffc53dbcf4)

### Patch Changes 🌟

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

## 0.10.5

### Patch Changes 🌟
Expand All @@ -11,14 +23,14 @@

## 0.10.4

### Patch Changes
### Patch Changes 🌟

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

## 0.10.3

### Patch Changes
### Patch Changes 🌟

- perf: Increase local template caching time limit ([e26bedb](https://github.com/Meqn/pipflow/commit/e26bedbb7895ce6b79184866b67142658369a069))

Expand All @@ -27,20 +39,20 @@

## 0.10.2

### Patch Changes
### Patch Changes 🌟

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

## 0.10.1

### Patch Changes
### Patch Changes 🌟

- fix: Update on changes to template project ([84cb103](https://github.com/Meqn/pipflow/commit/84cb1033096aad7a4ce63d9071ab4b7df4a886f1))

## 0.10.0

### Minor Changes
### Minor Changes 🚀

- feat: Optimize server command (not base-on gulp)
- fix: Update repository url
Expand All @@ -49,32 +61,32 @@
- perf: Optimize dev/task command arguments
- perf: Remove `pack-cli` (use `task archive`)

### Patch Changes
### Patch Changes 🌟

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

## 0.9.0

### Minor Changes
### Minor Changes 🚀

- feat: Add server command & Optimize dev/pack/task
- perf: Optimize debug mode

### Patch Changes
### Patch Changes 🌟

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

## 0.8.2

### Patch Changes
### Patch Changes 🌟

- feat: Change the display order of CLI

## 0.8.1

### Patch Changes
### Patch Changes 🌟

- Migration from stand-alone(pipflow-cli) to internal(pipflow/cli)

Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@pipflow/cli",
"version": "0.10.5",
"version": "1.0.0",
"description": "A command-line tool based on Gulp-workflow that quickly build web development workflows.",
"main": "index.js",
"bin": {
"pipflow": "bin/cli.js",
"pw": "bin/cli.js"
"pipflow": "./bin/cli.js",
"pw": "./bin/cli.js"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
Expand Down

0 comments on commit f8f573f

Please sign in to comment.