Skip to content

Commit

Permalink
Merge pull request #9 from AegisJSProject/patch/sanitizer-config
Browse files Browse the repository at this point in the history
Update Santiizer Config
  • Loading branch information
shgysk8zer0 authored Apr 4, 2024
2 parents 7f044cb + 0b56d98 commit f65a519
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.0.7] - 2024-04-03

### Changed
- Uppdate Sanitizer config

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

### Fixed
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aegisjsproject/parsers",
"version": "0.0.6",
"version": "0.0.7",
"description": "A collection of secure & minimal parsers for HTML, CSS, SVG, MathML, XML, and JSON",
"keywords": [
"aegis",
Expand Down Expand Up @@ -89,6 +89,6 @@
"rollup": "^4.13.1"
},
"dependencies": {
"@aegisjsproject/sanitizer": "^0.0.9"
"@aegisjsproject/sanitizer": "^0.0.10"
}
}

0 comments on commit f65a519

Please sign in to comment.