Skip to content

Commit

Permalink
chore(main): release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Meqn committed Dec 29, 2023
1 parent e09ed59 commit a650594
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# pipflow

## 1.0.1

### Patch Changes 🌟

- fix: Filename matching problem for archive-task ([f9d0072](https://github.com/Meqn/pipflow/commit/f9d0072791729855a655b928b3bf2286ce84a73b))

- Updated dependencies []:
- @pipflow/core@1.1.0
- @pipflow/cli@1.0.1
- @pipflow/utils@1.0.1

## 1.0.0

### Major 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": "1.0.0",
"version": "1.0.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",
Expand Down

0 comments on commit a650594

Please sign in to comment.