Skip to content

Commit e4120b9

Browse files
authored
Merge pull request #15 from sfdctaka/add-v
Bump version. Add v in doc url format string.
2 parents ff569d3 + 215d7a0 commit e4120b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/util/doc-url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
const { version, homepage } = require('../../package.json');
1111

1212
function docUrl(ruleName) {
13-
return `${homepage}/blob/${version}/lib/docs/${ruleName}.md`;
13+
return `${homepage}/blob/v${version}/lib/docs/${ruleName}.md`;
1414
}
1515

1616
module.exports = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/eslint-plugin-lwc-graph-analyzer",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "ESLint plugin to analyze data graph in a LWC component",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)