Skip to content

Commit 88f2162

Browse files
committed
chore(cli): release v1.1.0
1 parent dc00d9e commit 88f2162

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pipflow/cli
22

3+
## 1.1.0
4+
5+
### Minor Changes 🚀
6+
7+
- feat: Cache variables for improved debugging ([2fabc57](https://github.com/Meqn/pipflow/commit/2fabc57cd7a474436ed2eca4e0a69d5879e5f281))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @pipflow/utils@1.1.0
13+
314
## 1.0.6
415

516
### Patch Changes 🌟

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipflow/cli",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "A command-line tool based on Gulp-workflow that quickly build web development workflows.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)