Skip to content

Commit

Permalink
chore(main): release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Dec 14, 2023
1 parent bba36b6 commit 0d31519
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0d31519

Please sign in to comment.