Skip to content

Commit

Permalink
chore(cli): release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Sep 20, 2024
1 parent dc00d9e commit 88f2162
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pipflow/cli

## 1.1.0

### Minor Changes 🚀

- feat: Cache variables for improved debugging ([2fabc57](https://github.com/Meqn/pipflow/commit/2fabc57cd7a474436ed2eca4e0a69d5879e5f281))

### Patch Changes

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

## 1.0.6

### Patch 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.0.6",
"version": "1.1.0",
"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 88f2162

Please sign in to comment.