From 51556c078e264b08e8516671da5719724b125e2a Mon Sep 17 00:00:00 2001 From: Ghostery Adblocker Bot Date: Fri, 25 Oct 2024 09:04:42 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 28 +++++++++++++++++++ .../adblocker-electron-preload/CHANGELOG.md | 13 +++++++++ .../CHANGELOG.md | 13 +++++++++ packages/adblocker/CHANGELOG.md | 18 ++++++++++++ 4 files changed, 72 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6ee7cebb..ce0197926b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# v2.0.2 (Fri Oct 25 2024) + +#### :bug: Bug Fix + +- `@ghostery/adblocker` + - fix: exception of script injection not respecting aliases [#4376](https://github.com/ghostery/adblocker/pull/4376) ([@seia-soto](https://github.com/seia-soto)) + +#### :nut_and_bolt: Dependencies + +- Build(deps-dev): Bump auto from 11.2.1 to 11.3.0 [#4390](https://github.com/ghostery/adblocker/pull/4390) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps): Bump tldts-experimental from 6.1.54 to 6.1.55 [#4389](https://github.com/ghostery/adblocker/pull/4389) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps-dev): Bump chai from 5.1.1 to 5.1.2 [#4388](https://github.com/ghostery/adblocker/pull/4388) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps-dev): Bump @types/electron from 1.6.10 to 1.6.12 [#4387](https://github.com/ghostery/adblocker/pull/4387) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps): Bump electron from 33.0.1 to 33.0.2 [#4386](https://github.com/ghostery/adblocker/pull/4386) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps): Bump tldts-experimental from 6.1.52 to 6.1.54 [#4385](https://github.com/ghostery/adblocker/pull/4385) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps-dev): Bump @types/node from 22.7.8 to 22.7.9 [#4384](https://github.com/ghostery/adblocker/pull/4384) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps-dev): Bump @types/node from 22.7.7 to 22.7.8 [#4383](https://github.com/ghostery/adblocker/pull/4383) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps-dev): Bump typescript-eslint from 8.10.0 to 8.11.0 [#4381](https://github.com/ghostery/adblocker/pull/4381) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- `@ghostery/adblocker-electron-preload`, `@ghostery/adblocker-webextension-cosmetics`, `@ghostery/adblocker-webextension-example`, `@ghostery/adblocker` + - Build(deps): Bump @types/chrome from 0.0.278 to 0.0.279 [#4382](https://github.com/ghostery/adblocker/pull/4382) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- HoJeong Go ([@seia-soto](https://github.com/seia-soto)) + +--- + # v2.0.1 (Mon Oct 21 2024) #### :bug: Bug Fix diff --git a/packages/adblocker-electron-preload/CHANGELOG.md b/packages/adblocker-electron-preload/CHANGELOG.md index 207917eb0f..3b6caebff4 100644 --- a/packages/adblocker-electron-preload/CHANGELOG.md +++ b/packages/adblocker-electron-preload/CHANGELOG.md @@ -1,3 +1,16 @@ +# v2.0.2 (Fri Oct 25 2024) + +#### :nut_and_bolt: Dependencies + +- Build(deps-dev): Bump @types/node from 22.7.7 to 22.7.8 [#4383](https://github.com/ghostery/adblocker/pull/4383) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps): Bump @types/chrome from 0.0.278 to 0.0.279 [#4382](https://github.com/ghostery/adblocker/pull/4382) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 1 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) + +--- + # v2.0.1 (Mon Oct 21 2024) #### :bug: Bug Fix diff --git a/packages/adblocker-webextension-cosmetics/CHANGELOG.md b/packages/adblocker-webextension-cosmetics/CHANGELOG.md index afe81c2249..4af9d01e0e 100644 --- a/packages/adblocker-webextension-cosmetics/CHANGELOG.md +++ b/packages/adblocker-webextension-cosmetics/CHANGELOG.md @@ -1,3 +1,16 @@ +# v2.0.2 (Fri Oct 25 2024) + +#### :nut_and_bolt: Dependencies + +- Build(deps-dev): Bump @types/node from 22.7.7 to 22.7.8 [#4383](https://github.com/ghostery/adblocker/pull/4383) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps): Bump @types/chrome from 0.0.278 to 0.0.279 [#4382](https://github.com/ghostery/adblocker/pull/4382) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 1 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) + +--- + # v2.0.0 (Thu Oct 17 2024) #### :boom: Breaking Change diff --git a/packages/adblocker/CHANGELOG.md b/packages/adblocker/CHANGELOG.md index e0acf103b6..9c751e7553 100644 --- a/packages/adblocker/CHANGELOG.md +++ b/packages/adblocker/CHANGELOG.md @@ -1,3 +1,21 @@ +# v2.0.2 (Fri Oct 25 2024) + +#### :bug: Bug Fix + +- fix: exception of script injection not respecting aliases [#4376](https://github.com/ghostery/adblocker/pull/4376) ([@seia-soto](https://github.com/seia-soto)) + +#### :nut_and_bolt: Dependencies + +- Build(deps-dev): Bump @types/node from 22.7.7 to 22.7.8 [#4383](https://github.com/ghostery/adblocker/pull/4383) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Build(deps): Bump @types/chrome from 0.0.278 to 0.0.279 [#4382](https://github.com/ghostery/adblocker/pull/4382) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- HoJeong Go ([@seia-soto](https://github.com/seia-soto)) + +--- + # v2.0.1 (Mon Oct 21 2024) #### :bug: Bug Fix