Skip to content

Commit

Permalink
Pull request #743: fix @adguard/api package pack
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from hot-fix-adguard-api-build to master

Squashed commit of the following:

commit a12e89a
Author: Vladimir Zhelvis <v.zhelvis@adguard.com>
Date:   Wed Nov 29 15:08:39 2023 +0300

    fix package pack
  • Loading branch information
zhelvis committed Nov 29, 2023
1 parent a74d725 commit 8d02bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/adguard-api/CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ 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.0.0] - 2023-11-29
## [2.0.1] - 2023-11-29

## Added

Expand Down
3 changes: 2 additions & 1 deletion packages/adguard-api/package.json
@@ -1,8 +1,9 @@
{
"name": "@adguard/api",
"version": "2.0.0",
"version": "2.0.1",
"description": "This is a TypeScript library that implements AdGuard's extension API",
"main": "dist/adguard-api.js",
"files": ["dist/**/*"],
"typings": "dist/types/background/index.d.ts",
"exports": {
".": "./dist/adguard-api.js",
Expand Down

0 comments on commit 8d02bf8

Please sign in to comment.