Skip to content

Commit bb9da47

Browse files
committed
AG-40083: update scriptlets to use new AGTree v3.0.1
Squashed commit of the following: commit a4c8edd Author: Dmitriy Seregin <[email protected]> Date: Fri Feb 28 18:42:44 2025 +0300 update deps commit bcaba88 Author: Dmitriy Seregin <[email protected]> Date: Fri Feb 28 18:38:17 2025 +0300 AG-40083: update scriptlets to use new AGTree v3.0.1
1 parent 60053cb commit bb9da47

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ 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.1.5] - 2025-02-28
14+
15+
### Changed
16+
17+
- Updated @adguard/agtree to `3.0.1`.
1418

1519
### Added
1620

@@ -21,7 +25,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2125

2226
- `prevent-eval-if` and `prevent-bab` scriptlets, now `eval.toString()` call returns original value [#481]
2327

24-
[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v2.1.4...HEAD
28+
[v2.1.5]: https://github.com/AdguardTeam/Scriptlets/compare/v2.1.4...v2.1.5
2529
[#183]: https://github.com/AdguardTeam/Scriptlets/issues/183
2630
[#481]: https://github.com/AdguardTeam/Scriptlets/issues/481
2731

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/scriptlets",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {
@@ -61,7 +61,7 @@
6161
}
6262
},
6363
"dependencies": {
64-
"@adguard/agtree": "3.0.0-alpha.2",
64+
"@adguard/agtree": "3.0.1",
6565
"js-yaml": "^3.14.1"
6666
},
6767
"devDependencies": {

pnpm-lock.yaml

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)