Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 0581285
Author: Slava Leleka <[email protected]>
Date:   Wed Oct 16 17:16:06 2024 +0300

    bump tswebextension version

commit 7bb00b6
Merge: 7dc1188 424a5ce
Author: Slava Leleka <[email protected]>
Date:   Wed Oct 16 17:15:00 2024 +0300

    Merge branch 'master' into fix/changelog-036

commit 7dc1188
Author: Slava Leleka <[email protected]>
Date:   Wed Oct 16 15:12:18 2024 +0300

    fix changelog
  • Loading branch information
slavaleleka committed Oct 16, 2024
1 parent 424a5ce commit d00c0cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ 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.4] - 2024-10-16

### Fixed

- Not unique `eventId` on `ApplyPermissionsRule` filtering log events.

[2.0.4]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v2.0.4

## [2.0.3] - 2024-09-26

### Changed
Expand Down Expand Up @@ -139,7 +141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[1.0.26]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v1.0.26

## [1.0.15] - 2024-05-23
## [1.0.25] - 2024-05-23

## Fixed

Expand Down Expand Up @@ -172,9 +174,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Do not block "Should collapse" mechanism with `$popup` rules.

[1.0.21]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v1.0.21


[1.0.21]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v1.0.21

## [1.0.20] - 2024-03-28
Expand Down Expand Up @@ -691,7 +690,7 @@ its setting [#2584].
- Updated `@adguard/tsurlfilter` to `v2.1.5`.
- Updated `@adguard/scriptlets` to `v1.9.57`.

## Fixed
### Fixed

- Duplicate `eventId` of filtering events.

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.3",
"version": "2.0.4",
"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 d00c0cc

Please sign in to comment.