Skip to content

Commit

Permalink
fix deps and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
105th committed Oct 18, 2024
1 parent bf1e0c8 commit 6961448
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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 -->

## [2.4.0-alpha.6] - 2024-10-18

### Fixed

- Incorrect caching strategy for filters and rulesets.

[2.4.0-alpha.6]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v2.4.0-alpha.6

## [2.4.0-alpha.5] - 2024-10-17

### Fixed
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.4.0-alpha.5",
"version": "2.4.0-alpha.6",
"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 6961448

Please sign in to comment.