Skip to content

Commit 56d803c

Browse files
1 parent 81df277 commit 56d803c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/pug-filters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-filters",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Code for processing filters in pug templates",
55
"keywords": [
66
"pug"

packages/pug/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pug",
33
"description": "A clean, whitespace-sensitive template language for writing HTML",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"maintainers": [
77
"Forbes Lindesay <[email protected]>",
@@ -21,7 +21,7 @@
2121
"main": "lib",
2222
"dependencies": {
2323
"pug-code-gen": "^2.0.1",
24-
"pug-filters": "^3.0.2",
24+
"pug-filters": "^3.1.0",
2525
"pug-lexer": "^4.0.0",
2626
"pug-linker": "^3.0.5",
2727
"pug-load": "^2.0.11",

0 commit comments

Comments
 (0)