Skip to content

Commit a556379

Browse files
committed
Prepare release for tsurlfilter 4.0.1 and tswebextension 4.0.1
Squashed commit of the following: commit 4f3ece7 Author: scripthunter7 <d.tota@adguard.com> Date: Tue Feb 17 06:57:46 2026 +0100 Update date commit 0310ce3 Author: scripthunter7 <d.tota@adguard.com> Date: Mon Feb 16 17:13:23 2026 +0100 Release v4.0.1 with tsurlfilter fixes for async engine creation and cosmetic rule parsing
1 parent 849cb41 commit a556379

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

packages/tsurlfilter/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [4.0.1] - 2026-02-17
99

1010
### Fixed
1111

1212
- `Engine.createAsync` using `setTimeout` (macrotask) instead of `Promise.resolve()` (microtask) for yielding to the UI thread between rule-loading chunks.
1313
- Parsing cosmetic rules with `$path` modifier.
1414

15-
## [4.0.0] - TBD
15+
## [4.0.0] - 2026-01-26
1616

1717
### Added
1818

packages/tsurlfilter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/tsurlfilter",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "This is a TypeScript library that implements AdGuard's content blocking rules",
55
"main": "dist/es/index.js",
66
"module": "dist/es/index.js",

packages/tswebextension/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [4.0.0] - TBD
8+
## [4.0.1] - 2026-02-17
9+
10+
### Changed
11+
12+
- Updated [@adguard/tsurlfilter] to `v4.0.1`.
13+
14+
## [4.0.0] - 2026-01-26
915

1016
### Added
1117

packages/tswebextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/tswebextension",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "This is a TypeScript library that implements AdGuard's extension API",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)