Skip to content

Commit

Permalink
prepare tsurlfilter and tswebextension for new version releasing
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit c104f38
Author: Slava Leleka <[email protected]>
Date:   Tue Aug 27 19:04:33 2024 +0300

    prepare tsurlfilter and tswebextension for new version releasing
  • Loading branch information
slavaleleka committed Aug 27, 2024
1 parent 2d04d17 commit 2f00e08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version changes -->
<!-- e.g. [1.0.77]: https://github.com/AdguardTeam/tsurlfilter/compare/tsurlfilter-v1.0.76...tsurlfilter-v1.0.77 -->

## [Unreleased]
## [3.0.1] - 2024-08-27

### Fixed

- Negated domains in the $to modifier are not working as expected [AdguardBrowserExtension#2910]
- Negated domains in the $to modifier are not working as expected [AdguardBrowserExtension#2910].

[3.0.1]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v3.0.1
[AdguardBrowserExtension#2910]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2910

## [3.0.0] - 2024-08-15
Expand Down
2 changes: 1 addition & 1 deletion packages/tsurlfilter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/tsurlfilter",
"version": "3.0.0",
"version": "3.0.1",
"description": "This is a TypeScript library that implements AdGuard's content blocking rules",
"main": "dist/es/index.js",
"module": "dist/es/index.js",
Expand Down
5 changes: 3 additions & 2 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version changes -->
<!-- e.g. [0.1.2]: https://github.com/AdguardTeam/tsurlfilter/compare/tswebextension-v0.1.1...tswebextension-v0.1.2 -->

## [Unreleased]
## [2.0.1] - 2024-08-27

### Fixed

- Redirect rule blocks request in the Spotify player instead of redirecting [AdguardBrowserExtension#2913]
- Redirect rule blocks request in the Spotify player instead of redirecting [AdguardBrowserExtension#2913].

[2.0.1]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v2.0.1
[AdguardBrowserExtension#2913]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2913

## [2.0.0] - 2024-08-15
Expand Down
2 changes: 1 addition & 1 deletion packages/tswebextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/tswebextension",
"version": "2.0.0",
"version": "2.0.1",
"description": "This is a TypeScript library that implements AdGuard's extension API",
"main": "dist/index.js",
"typings": "dist/types/src/lib/mv2/background/index.d.ts",
Expand Down

0 comments on commit 2f00e08

Please sign in to comment.