Skip to content

Commit

Permalink
Update AdGuard API deps
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from feature/update-adguard-api-deps to master

Squashed commit of the following:

commit e323688
Merge: 093a562 ff7b73f
Author: Dmitriy Seregin <[email protected]>
Date:   Mon Mar 4 16:16:56 2024 +0300

    Merge branch 'master' into feature/update-adguard-api-deps

commit 093a562
Merge: 9dbb952 b4c87f5
Author: Dmitriy Seregin <[email protected]>
Date:   Mon Feb 26 13:12:30 2024 +0300

    Merge branch 'master' into feature/update-adguard-api-deps

commit 9dbb952
Author: Dmitriy Seregin <[email protected]>
Date:   Thu Feb 15 16:59:38 2024 +0300

    updated adguard api deps
  • Loading branch information
105th committed Mar 4, 2024
1 parent ff7b73f commit c3b78e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/adguard-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [2.1.3] - 2024-02-15

### Changed
- Update `@adguard/tswebextension` to `v1.0.14`.

## [2.1.2] - 2024-02-08

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/adguard-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/api",
"version": "2.1.2",
"version": "2.1.3",
"description": "This is a TypeScript library that implements AdGuard's extension API",
"main": "dist/adguard-api.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@adguard/assistant": "^4.3.70",
"@adguard/filters-downloader": "^1.1.23",
"@adguard/tswebextension": "^1.0.0",
"@adguard/tswebextension": "^1.0.14",
"webextension-polyfill": "0.10.0",
"zod": "3.22.4"
},
Expand Down

0 comments on commit c3b78e8

Please sign in to comment.