Skip to content

Commit cbe7305

Browse files
committed
Pull request 810: Bump version
Squashed commit of the following: commit 471f42b Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 16 22:11:03 2026 +0800 Update lockfile, remove unreleased from changelog commit 349ed05 Author: Anatolii Khmarskii <a.khmarskii@adguard.com> Date: Thu Apr 16 22:01:08 2026 +0800 Bump version
1 parent 9092630 commit cbe7305

3 files changed

Lines changed: 9 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.0
1414

1515
### Added
1616

@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2727
JSONPath-based log-only filters, and verbose logs only when a write actually happens [#308].
2828
- `log-addEventListener` scriptlet: added new optional `noProtect` parameter,
2929
improving compatibility with other scriptlets that need to override `addEventListener` [#551].
30+
- Updated [@adguard/agtree] to `4.1.0`.
3031

3132
### Fixed
3233

@@ -35,7 +36,6 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
3536
- `trusted-click-element` no longer throws when event handlers set `cancelBubble`
3637
on spoofed events [#555].
3738

38-
[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v2.3.1...HEAD
3939
[#522]: https://github.com/AdguardTeam/Scriptlets/issues/522
4040
[#551]: https://github.com/AdguardTeam/Scriptlets/issues/551
4141
[#555]: https://github.com/AdguardTeam/Scriptlets/issues/555

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.3.1",
3+
"version": "2.4.0",
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.0.3",
68+
"@adguard/agtree": "4.1.0-beta",
6969
"@types/trusted-types": "^2.0.7",
7070
"js-yaml": "^3.14.1"
7171
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)