Skip to content

Commit 0c826d6

Browse files
committed
fix: catching of the error when a peer dependency for a Pug filter is not installed
1 parent daadfcf commit 0c826d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 5.0.3 (2024-03-17)
4+
5+
- fix: catching of the error when a peer dependency for a Pug filter is not installed
6+
37
## 5.0.2 (2024-03-14)
48

59
- fix: resolving asset files on windows

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-plugin",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Pug plugin for webpack handles a template as an entry point, extracts CSS and JS from their sources referenced in Pug.",
55
"keywords": [
66
"html",
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"ansis": "2.0.3",
70-
"html-bundler-webpack-plugin": "^3.6.3",
70+
"html-bundler-webpack-plugin": "3.6.4",
7171
"js-beautify": "^1.14.11",
7272
"pug": "3.0.2"
7373
},

0 commit comments

Comments
 (0)