From 6d8a9a077dbc719cf4f489c9c60dd0b8612c4445 Mon Sep 17 00:00:00 2001 From: Mervin Date: Mon, 16 Oct 2023 10:56:15 +0800 Subject: [PATCH] chore(main): release v0.7.1 --- packages/main/CHANGELOG.md | 10 ++++++++++ packages/main/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 8ce375a..e4c1e59 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,15 @@ # pipflow +## 0.7.1 + +### Patch Changes + +- perf: Remove the task's module option ([d67fbf8](https://github.com/Meqn/pipflow/commit/d67fbf8bf4b77ce9febacfed6300d2177681e6a7)) + +- Updated dependencies []: + - @pipflow/core@0.10.0 + - @pipflow/utils@0.10.1 + ## 0.7.0 ### Minor Changes diff --git a/packages/main/package.json b/packages/main/package.json index dfbaf16..3b7857f 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "pipflow", - "version": "0.7.0", + "version": "0.7.1", "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",