Skip to content

Commit 84f4605

Browse files
committed
chore(CHANGELOG): prepare for new release
1 parent 3723710 commit 84f4605

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## Version 3.13.4
4+
5+
- fix: MODULE_NOT_FOUND error #368
6+
37
## Version 3.13.3
48

59
- fix: MODULE_NOT_FOUND error #368

bin/markdown-link-check

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const pkg = require('../package.json');
1212
const { Command } = require('commander');
1313
const program = new Command();
1414
const { ProxyAgent } = require('proxy-agent');
15-
const reporters = require('../lib/reporters/index.js');
15+
const reporters = require('../reporters.js');
1616

1717
class Input {
1818
constructor(filenameForOutput, stream, opts) {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)