Skip to content

Commit 1edf23e

Browse files
committed
AG-46190 prepare release v2.2.10
Squashed commit of the following: commit 9c44d83 Author: Slava Leleka <[email protected]> Date: Thu Sep 11 11:11:31 2025 -0400 prepare release v2.2.10
1 parent c99e9ca commit 1edf23e

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
1010
<!-- TODO: change `@added unknown` tag due to the actual version -->
1111
<!-- during new scriptlets or redirects releasing -->
1212

13-
## [Unreleased]
13+
## [v2.2.10] - 2025-09-11
1414

1515
### Added
1616

1717
- `-base64` as an alias of `base64decode` in `href-sanitizer` scriptlet [#493].
1818

19-
[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v2.2.9...HEAD
19+
### Changed
20+
21+
- Updated [@adguard/agtree] to `3.2.3`.
22+
23+
[v2.2.10]: https://github.com/AdguardTeam/Scriptlets/compare/v2.2.9...v2.2.10
2024
[#493]: https://github.com/AdguardTeam/Scriptlets/issues/493
2125

2226
## [v2.2.9] - 2025-08-14

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/scriptlets",
3-
"version": "2.2.9",
3+
"version": "2.2.10",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {
@@ -64,7 +64,7 @@
6464
"neverBuiltDependencies": []
6565
},
6666
"dependencies": {
67-
"@adguard/agtree": "^3.2.2",
67+
"@adguard/agtree": "^3.2.3",
6868
"@types/trusted-types": "^2.0.7",
6969
"js-yaml": "^3.14.1"
7070
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)