Skip to content

Commit

Permalink
chore: fix CHANGELOG formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Apr 12, 2022
1 parent eb4a764 commit b70161d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 6.0.0
# CHANGELOG

## 6.0.0

**Breaking Changes**

Expand All @@ -18,30 +20,28 @@ const okUrl = "https://example.com/" + vulnerableUrl;
sanitizeUrl(okUrl); // 'https://example.com/javascript:alert('XSS');
```

# 5.0.2
## 5.0.2

- Fix issue where certain invisible white space characters were not being sanitized (#35)

# 5.0.1
## 5.0.1

- Fix issue where certain safe characters were being filtered out (#31 thanks @akirchmyer)

# 5.0.0
## 5.0.0

_Breaking Changes_

- Sanitize vbscript urls (thanks @vicnicius)

# 4.1.1
## 4.1.1

- Fixup path to type declaration (closes #25)

# 4.1.0
## 4.1.0

- Add typescript types

# CHANGELOG

## 4.0.1

- Fix issue where urls with accented characters were incorrectly sanitized
Expand Down

0 comments on commit b70161d

Please sign in to comment.