Skip to content

Commit

Permalink
💎 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Nov 1, 2022
1 parent 5df15ea commit 5124f73
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,19 @@

## [Unreleased](https://github.com/gjtorikian/html-proofer/tree/HEAD)

[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.4.3...HEAD)
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v5.0.0...HEAD)

**Closed issues:**

- QUESTION - `ignore-files` syntax not ignore entire directories as I would expect it to. Is my approach syntax incorrect? [\#775](https://github.com/gjtorikian/html-proofer/issues/775)

**Merged pull requests:**

- Accept regexp values for ignore-files via CLI [\#776](https://github.com/gjtorikian/html-proofer/pull/776) ([gjtorikian](https://github.com/gjtorikian))

## [v5.0.0](https://github.com/gjtorikian/html-proofer/tree/v5.0.0) (2022-10-08)

[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.4.3...v5.0.0)

**Closed issues:**

Expand Down
2 changes: 1 addition & 1 deletion lib/html_proofer/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HTMLProofer
VERSION = "5.0.0"
VERSION = "5.0.1"
end
File renamed without changes.

0 comments on commit 5124f73

Please sign in to comment.