Skip to content

Commit 8ddecd1

Browse files
authored
Merge pull request #204 from AegisJSProject/patch/update-sanitizer
Update `@aegisjsproject/sanitizer`
2 parents b98f8f7 + 9cb891b commit 8ddecd1

3 files changed

Lines changed: 33 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.2.29] - 2025-12-23
11+
12+
### Changed
13+
- Update `@aegisjsproject/sanitizer`
14+
1015
## [v0.2.28] - 2025-12-16
1116

1217
### Added

package-lock.json

Lines changed: 25 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aegisjsproject/core",
3-
"version": "0.2.28",
3+
"version": "0.2.29",
44
"description": "A fast, secure, modern, light-weight, and simple JS library for creating web components and more!",
55
"keywords": [
66
"aegis",
@@ -104,9 +104,9 @@
104104
},
105105
"dependencies": {
106106
"@aegisjsproject/callback-registry": "^1.0.3",
107-
"@aegisjsproject/parsers": "^0.1.3",
107+
"@aegisjsproject/parsers": "^0.1.4",
108108
"@aegisjsproject/router": "^1.1.3",
109-
"@aegisjsproject/sanitizer": "^0.2.3",
109+
"@aegisjsproject/sanitizer": "^0.2.4",
110110
"@aegisjsproject/state": "^1.0.7",
111111
"@aegisjsproject/url": "^1.0.3"
112112
}

0 commit comments

Comments
 (0)