From 39bbbee14250b421542d38d4231cf90f0ff8eb1c Mon Sep 17 00:00:00 2001 From: Mervin Date: Sat, 28 Oct 2023 23:32:59 +0800 Subject: [PATCH] chore(main): release v0.8.0 --- packages/main/CHANGELOG.md | 16 ++++++++++++++++ packages/main/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index e4c1e59..f395a4f 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,21 @@ # pipflow +## 0.8.0 + +### Minor Changes + +- feat: Added built-in environment variables ([d8658a9](https://github.com/Meqn/pipflow/commit/d8658a9ddcb0f60a0d0e38b5286e9eaf139d127e)) +- fix: Task execution sequence error (caused by async function) ([42f91f7](https://github.com/Meqn/pipflow/commit/42f91f7d35651b370971a9c3dd24a40c3afa4e93)) +- perf: Optimize env loading and setting ([edf2370](https://github.com/Meqn/pipflow/commit/edf2370825fc3eb04961a959daf1e8614a64db2b)) +- types: Add inline to the sourcemap of build configuration ([8992a36](https://github.com/Meqn/pipflow/commit/8992a361ea71fed9e389bcd6dc71b3fba45a8d6f)) + + +### Patch Changes + +- Updated dependencies []: + - @pipflow/core@0.11.0 + - @pipflow/utils@0.11.0 + ## 0.7.1 ### Patch Changes diff --git a/packages/main/package.json b/packages/main/package.json index 3b7857f..679268d 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "pipflow", - "version": "0.7.1", + "version": "0.8.0", "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",