diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index afdb44a..a0be581 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,5 +1,14 @@ # pipflow +## 0.8.2 + +### Patch Changes 🚚 + +- perf: Standardize createServer-function name ([30bad60](https://github.com/Meqn/pipflow/commit/30bad607d21d4c0db623b1a7dc871d928d8d8c7d)) +- Updated dependencies []: + - @pipflow/core@0.13.0 + - @pipflow/utils@0.11.2 + ## 0.8.1 ### Patch Changes diff --git a/packages/main/package.json b/packages/main/package.json index 1b9a19f..cc4c8dd 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "pipflow", - "version": "0.8.1", + "version": "0.8.2", "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",