Skip to content

Commit

Permalink
Merge pull request #56 from shgysk8zer0/bug/sanitizer
Browse files Browse the repository at this point in the history
Fix loading Sanitizer polyfill
  • Loading branch information
shgysk8zer0 authored Apr 3, 2024
2 parents 6d5bd1f + 7acdef8 commit 3ed0bd9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.3.8] - 2024-04-02

### Fixed
- Load correct polyfill for Sanitizer API

## [v0.3.7] - 2024-04-01

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shgysk8zer0/polyfills",
"version": "0.3.7",
"version": "0.3.8",
"private": false,
"type": "module",
"description": "A collection of JavaScript polyfills",
Expand Down
2 changes: 1 addition & 1 deletion sanitizer.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import '@aegisjsproject/sanitizer/sanitizer.js';
import '@aegisjsproject/sanitizer/polyfill.js';

0 comments on commit 3ed0bd9

Please sign in to comment.