Skip to content

Commit

Permalink
AG-36969 update version of the tswebextension in the adguard/api-mv3
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtop committed Oct 17, 2024
1 parent 20a3187 commit 3ef89ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/adguard-api-mv3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.2 - 2024-10-17

### Changed

- Updated [@adguard/tswebextension] to `v2.4.0-alpha.5`.

## 0.2.1 - 2024-10-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/adguard-api-mv3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/api-mv3",
"version": "0.2.1",
"version": "0.2.2",
"description": "This is a TypeScript library that implements AdGuard's extension API for MV3",
"main": "dist/adguard-api.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"license": "GPL-3.0-only",
"dependencies": {
"@adguard/logger": "1.1.0",
"@adguard/tswebextension": "2.4.0-alpha.3",
"@adguard/tswebextension": "2.4.0-alpha.5",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down

0 comments on commit 3ef89ea

Please sign in to comment.