Skip to content

Commit

Permalink
chore(cli): release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Sep 24, 2024
1 parent 040b2ca commit 57d1ddb
Show file tree
Hide file tree
Showing 2 changed files with 11 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.1.1

### Minor Changes 🚀

- refactor: Rename .eslintrc.js to eslint.config.js for consistency ([e81f734](https://github.com/Meqn/pipflow/commit/e81f734c6c262f4d7a21fe858724b0ddc9d7208f))
- perf: Add option of specify configuration file path for Task-CMD ([49845cc](https://github.com/Meqn/pipflow/commit/49845cc590fa1f1adc8962d7907d7c18b29f760d))

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

## 1.1.0

### Minor Changes 🚀
Expand Down
2 changes: 1 addition & 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.1.0",
"version": "1.1.1",
"description": "A command-line tool based on Gulp-workflow that quickly build web development workflows.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 57d1ddb

Please sign in to comment.