Skip to content

Commit 5c348d0

Browse files
committed
Release v1.0.8
1 parent 453646b commit 5c348d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node/githubLinkifyPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const githubLinkifyPlugin = ({ repo }) => {
1313
}
1414
};
1515
if (!repo) {
16-
logger.warn `[${plugin.name}] "repo" option is required`;
16+
logger.warn(`[${plugin.name}] "repo" option is required`);
1717
}
1818
return plugin;
1919
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-github-linkify",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Finding and fixing GitHub links",
55
"author": {
66
"name": "Andrey Helldar",

0 commit comments

Comments
 (0)