Skip to content

Commit

Permalink
fix: catching of the error when a peer dependency for a Pug filter is…
Browse files Browse the repository at this point in the history
… not installed
  • Loading branch information
webdiscus committed Mar 17, 2024
1 parent daadfcf commit 0c826d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 5.0.3 (2024-03-17)

- fix: catching of the error when a peer dependency for a Pug filter is not installed

## 5.0.2 (2024-03-14)

- fix: resolving asset files on windows
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pug-plugin",
"version": "5.0.2",
"version": "5.0.3",
"description": "Pug plugin for webpack handles a template as an entry point, extracts CSS and JS from their sources referenced in Pug.",
"keywords": [
"html",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"ansis": "2.0.3",
"html-bundler-webpack-plugin": "^3.6.3",
"html-bundler-webpack-plugin": "3.6.4",
"js-beautify": "^1.14.11",
"pug": "3.0.2"
},
Expand Down

0 comments on commit 0c826d6

Please sign in to comment.