Skip to content

Commit

Permalink
chore: fix spelling in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Nov 9, 2023
1 parent 3d2db51 commit 571e35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
outputPath: string; // output path of assetFile
};
```
When return `null` or `undefined` then the content stay unchanged by `postprocess` and will be procedded in next hooks/callbacs.
When return `null` or `undefined` then the content stay unchanged by `postprocess` and will be processed in next hooks/callbacks.
- feat: optimize `postprocess` callback option, moved from `renderManifest` sync hook to `processAssets` async hook
- feat: add `postprocess` hook
- feat: add `beforePreprocessor` hook
Expand Down Expand Up @@ -104,7 +104,7 @@
## 2.16.0-beta.3 (2023-10-29)

- feat: add `resolveSource` hook
- test: add a test as the example how to create a plugin using the favicons module
- test: add a test as the example how to create a plugin using the `favicons` module

## 2.16.0-beta.2 (2023-10-24)

Expand Down

0 comments on commit 571e35d

Please sign in to comment.