From b4cdaffdba965fb5056e5d2fd03ca60c667aa231 Mon Sep 17 00:00:00 2001 From: Mervin Date: Sun, 14 Jan 2024 19:39:56 +0800 Subject: [PATCH] chore(main): release v1.0.4 --- packages/main/CHANGELOG.md | 9 +++++++++ packages/main/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index f2199f5..9cfea8c 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,14 @@ # pipflow +## 1.0.4 + +### Patch Changes 🌟 + +- Updated dependencies []: + - @pipflow/utils@1.0.3 + - @pipflow/cli@1.0.4 + - @pipflow/core@1.1.2 + ## 1.0.3 ### Patch Changes 🌟 diff --git a/packages/main/package.json b/packages/main/package.json index c0d8657..d0be12d 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "pipflow", - "version": "1.0.3", + "version": "1.0.4", "description": "A web developer workflow based on Gulp. It has built-in features such as merging, compiling, packaging, and compressing that greatly simplify the front-end development process.", "main": "index.js", "types": "./types/index.d.ts",