We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc00d9e commit 88f2162Copy full SHA for 88f2162
packages/cli/CHANGELOG.md
@@ -1,5 +1,16 @@
1
# @pipflow/cli
2
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
14
## 1.0.6
15
16
### Patch Changes 🌟
packages/cli/package.json
@@ -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": {
0 commit comments