Skip to content

Commit

Permalink
prepare tswebextension 2.0.7
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit ed71b42
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Wed Nov 20 16:02:58 2024 +0200

    fix changelog

commit 8130d98
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Wed Nov 20 15:59:53 2024 +0200

    prepare tswebextension 2.0.7
  • Loading branch information
slavaleleka committed Nov 20, 2024
1 parent 843de7d commit 729cf9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ 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 -->

## [2.0.7] - 2024-11-19
## [2.0.7] - 2024-11-20

### Fixed

- Memory leak caused by multiple script injections on the same pages after a service worker or event page restart [AdguardBrowserExtension#2594].
- Memory leak caused by multiple script injections on the same pages
after an event page in Firefox restarts in MV2 [AdguardBrowserExtension#2594].

[AdguardBrowserExtension#2594]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2594

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.6",
"version": "2.0.7",
"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 729cf9f

Please sign in to comment.