fix: add missing version patterns

This commit is contained in:
Ben Allfree 2025-04-23 10:31:37 +00:00
parent 40006f992c
commit 9f8a957b9f

View File

@ -1,4 +1,7 @@
module.exports = [ module.exports = [
"0.27.*",
"0.26.*",
"0.25.*",
"0.24.*", "0.24.*",
"0.23.*", "0.23.*",
"0.22.*", "0.22.*",