Skip to content

Commit

Permalink
chore(CHANGELOG): prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
tcort committed Nov 5, 2024
1 parent 3723710 commit 84f4605
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## Version 3.13.4

- fix: MODULE_NOT_FOUND error #368

## Version 3.13.3

- fix: MODULE_NOT_FOUND error #368
Expand Down
2 changes: 1 addition & 1 deletion bin/markdown-link-check
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const pkg = require('../package.json');
const { Command } = require('commander');
const program = new Command();
const { ProxyAgent } = require('proxy-agent');
const reporters = require('../lib/reporters/index.js');
const reporters = require('../reporters.js');

class Input {
constructor(filenameForOutput, stream, opts) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 84f4605

Please sign in to comment.