Skip to content

Commit 3d384be

Browse files
committed
Pull request 813: Update AGTree, update changelog and increase packet version
Squashed commit of the following: commit c95b008 Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 23 18:42:34 2026 +0800 Fix changelog commit 818d16a Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 23 18:41:11 2026 +0800 Fix changelog commit 0808ab9 Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 23 18:32:33 2026 +0800 Adjust link commit 6177074 Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 23 17:44:19 2026 +0800 Update AGTree, update changelog and increase packet version
1 parent 1d76481 commit 3d384be

3 files changed

Lines changed: 16 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ 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+
## [2.4.1] - 2026-04-23
1414

1515
### Added
1616

1717
- `google-ima3-dai` redirect resource and scriptlet [#239].
1818

19-
[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v2.4.0-beta...HEAD
19+
## Changed
20+
21+
- Updated [@adguard/agtree] to 4.1.1
22+
23+
[2.4.1]: https://github.com/AdguardTeam/Scriptlets/compare/v2.4.0-beta...v2.4.1
2024
[#239]: https://github.com/AdguardTeam/Scriptlets/issues/239
2125

22-
## 2.4.0-beta
26+
## [2.4.0-beta] - 2026-04-21
2327

2428
### Added
2529

@@ -45,6 +49,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
4549
- `trusted-click-element` no longer throws when event handlers set `cancelBubble`
4650
on spoofed events [#555].
4751

52+
[2.4.0-beta]: https://github.com/AdguardTeam/Scriptlets/compare/v2.3.1...v2.4.0-beta
4853
[#522]: https://github.com/AdguardTeam/Scriptlets/issues/522
4954
[#551]: https://github.com/AdguardTeam/Scriptlets/issues/551
5055
[#555]: https://github.com/AdguardTeam/Scriptlets/issues/555
@@ -1034,3 +1039,4 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
10341039
[@adguard/agtree]: https://www.npmjs.com/package/@adguard/agtree
10351040

10361041
[Trusted Types API]: https://developer.mozilla.org/docs/Web/API/Trusted_Types_API
1042+

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.4.0-beta",
3+
"version": "2.4.1",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {
@@ -65,7 +65,7 @@
6565
"neverBuiltDependencies": []
6666
},
6767
"dependencies": {
68-
"@adguard/agtree": "4.1.0-beta",
68+
"@adguard/agtree": "4.1.1",
6969
"@types/trusted-types": "^2.0.7",
7070
"js-yaml": "^3.14.1"
7171
},

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)