Skip to content

Commit

Permalink
💎 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Oct 8, 2022
1 parent df573ea commit 6f8a324
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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

[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.4.1...HEAD)
[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.4.2...HEAD)

**Merged pull requests:**

- Revert "Validate options" [\#774](https://github.com/gjtorikian/html-proofer/pull/774) ([gjtorikian](https://github.com/gjtorikian))

## [v4.4.2](https://github.com/gjtorikian/html-proofer/tree/v4.4.2) (2022-10-07)

[Full Changelog](https://github.com/gjtorikian/html-proofer/compare/v4.4.1...v4.4.2)

**Closed issues:**

Expand Down
2 changes: 1 addition & 1 deletion lib/html_proofer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HTMLProofer
VERSION = "4.4.2"
VERSION = "4.4.3"
end

0 comments on commit 6f8a324

Please sign in to comment.