diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 914aac8..7902d9a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @pipflow/core +## 0.9.2 + +### Patch Changes + +- fix: Modify postcss to support configuration merging ([8a0f31f](https://github.com/Meqn/pipflow/commit/8a0f31f1d8248cd9fafd436f3f701a92643c4b01)) + ## 0.9.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6949881..37b9ae7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@pipflow/core", - "version": "0.9.1", + "version": "0.9.2", "description": "A web developer workflow based on Gulp.", "main": "index.js", "engines": {