Skip to content

Commit 8dcd391

Browse files
authored
feat: Add support for version 3.1.2 (#279)
1 parent 80ebe6f commit 8dcd391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const util = require("./util");
1111
const Options = require("./options");
1212
const maybe = require("call-me-maybe");
1313

14-
const supported31Versions = ["3.1.0", "3.1.1"];
14+
const supported31Versions = ["3.1.0", "3.1.1", "3.1.2"];
1515
const supported30Versions = ["3.0.0", "3.0.1", "3.0.2", "3.0.3", "3.0.4"];
1616
const supportedVersions = [...supported31Versions, ...supported30Versions];
1717

0 commit comments

Comments
 (0)