Skip to content

Commit 2f484cf

Browse files
committed
AG-43022 prepare v2.2.6
Squashed commit of the following: commit 7fc315c Author: Slava Leleka <[email protected]> Date: Wed Jun 4 14:09:02 2025 -0400 update changelog commit e15f8a0 Author: Slava Leleka <[email protected]> Date: Wed Jun 4 14:08:56 2025 -0400 update agtree to v3.2.1
1 parent 6250819 commit 2f484cf

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,21 @@ 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.6] - 2025-06-04
14+
15+
### Changed
16+
17+
- Updated [@adguard/agtree] to `3.2.1`.
1418

1519
### Fixed
1620

1721
- `json-prune` scriptlet to properly handle `null` values
1822
while checking specified key in object [#504].
1923

20-
[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v2.2.4...HEAD
24+
[v2.2.6]: https://github.com/AdguardTeam/Scriptlets/compare/v2.2.4...v2.2.6
2125
[#504]: https://github.com/AdguardTeam/Scriptlets/issues/504
2226

27+
<!-- v2.2.5 is the same as v2.2.4 -->
2328
## [v2.2.4] - 2025-05-23
2429

2530
### Changed

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.5",
3+
"version": "2.2.6",
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.0",
67+
"@adguard/agtree": "^3.2.1",
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)