Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostery Adblocker Bot committed Dec 9, 2024
1 parent 5396c2b commit 8efd098
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v2.2.0 (Mon Dec 09 2024)

#### :rocket: New Feature

- `@ghostery/adblocker`
- feat: override config when merging [#4495](https://github.com/ghostery/adblocker/pull/4495) ([@seia-soto](https://github.com/seia-soto))

#### :bug: Bug Fix

- `@ghostery/adblocker`
- fix: `CosmeticFilter.toString()` ignoring custom style [#4505](https://github.com/ghostery/adblocker/pull/4505) ([@seia-soto](https://github.com/seia-soto))
- fix: custom styles being ignored for pure has filters [#4506](https://github.com/ghostery/adblocker/pull/4506) ([@seia-soto](https://github.com/seia-soto))

#### :house: Internal

- `@ghostery/adblocker`
- chore: fix `@typescript-eslint/no-unsafe-member-access` [#4487](https://github.com/ghostery/adblocker/pull/4487) ([@seia-soto](https://github.com/seia-soto))
- Update local assets [#4501](https://github.com/ghostery/adblocker/pull/4501) (ghostery-adblocker-bot@users.noreply.github.com [@ghostery-adblocker-bot[bot]](https://github.com/ghostery-adblocker-bot[bot]))

#### :nut_and_bolt: Dependencies

- Build(deps): Bump tldts-experimental from 6.1.65 to 6.1.66 [#4504](https://github.com/ghostery/adblocker/pull/4504) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Build(deps-dev): Bump rollup from 4.28.0 to 4.28.1 [#4503](https://github.com/ghostery/adblocker/pull/4503) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### Authors: 4

- [@dependabot[bot]](https://github.com/dependabot[bot])
- [@ghostery-adblocker-bot[bot]](https://github.com/ghostery-adblocker-bot[bot])
- Ghostery Adblocker Bot (ghostery-adblocker-bot@users.noreply.github.com)
- HoJeong Go ([@seia-soto](https://github.com/seia-soto))

---

# v2.1.2 (Thu Dec 05 2024)

#### :bug: Bug Fix
Expand Down
25 changes: 25 additions & 0 deletions packages/adblocker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v2.2.0 (Mon Dec 09 2024)

#### :rocket: New Feature

- feat: override config when merging [#4495](https://github.com/ghostery/adblocker/pull/4495) ([@seia-soto](https://github.com/seia-soto))

#### :bug: Bug Fix

- fix: `CosmeticFilter.toString()` ignoring custom style [#4505](https://github.com/ghostery/adblocker/pull/4505) ([@seia-soto](https://github.com/seia-soto))
- fix: custom styles being ignored for pure has filters [#4506](https://github.com/ghostery/adblocker/pull/4506) ([@seia-soto](https://github.com/seia-soto))
- Update local assets and compression codebooks (ghostery-adblocker-bot@users.noreply.github.com)

#### :house: Internal

- chore: fix `@typescript-eslint/no-unsafe-member-access` [#4487](https://github.com/ghostery/adblocker/pull/4487) ([@seia-soto](https://github.com/seia-soto))
- Update local assets [#4501](https://github.com/ghostery/adblocker/pull/4501) (ghostery-adblocker-bot@users.noreply.github.com [@ghostery-adblocker-bot[bot]](https://github.com/ghostery-adblocker-bot[bot]))

#### Authors: 3

- [@ghostery-adblocker-bot[bot]](https://github.com/ghostery-adblocker-bot[bot])
- Ghostery Adblocker Bot (ghostery-adblocker-bot@users.noreply.github.com)
- HoJeong Go ([@seia-soto](https://github.com/seia-soto))

---

# v2.1.2 (Thu Dec 05 2024)

#### :bug: Bug Fix
Expand Down

0 comments on commit 8efd098

Please sign in to comment.