Skip to content

Commit

Permalink
fix: add to chg log, remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker committed May 8, 2024
1 parent cf7dbb8 commit 15926b6
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@
# CHANGELOG

## UNRELEASED

- Improve sanitization of whitespace escapes

## 7.0.1

- Improve sanitization of HTML entities
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
BLANK_URL,
ctrlCharactersRegex,
hexCodesRegex,
htmlCtrlEntityRegex,
htmlEntitiesRegex,
invalidProtocolRegex,
Expand Down

0 comments on commit 15926b6

Please sign in to comment.