Skip to content

Commit b059d7d

Browse files
committed
Bump dependencies and update changelog for v1.2.1
- addons-linter ^9.3.0 → ^9.6.0 - archiver ^7.0.0 → ^7.0.1 - chokidar ^3.6.0 → ^5.0.0 - fs-extra ^11.2.0 → ^11.3.3 - vitest ^4.0.15 → ^4.0.18 - eslint kept at ^9.39.1 (plugin incompatible with v10)
1 parent d154f8a commit b059d7d

3 files changed

Lines changed: 435 additions & 710 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.1] - 2026-02-07
9+
10+
### Changed
11+
- Unified Chrome and Firefox to Manifest V3 (removed MV2 code paths)
12+
- Bumped dependencies: addons-linter, archiver, chokidar, fs-extra, vitest
13+
14+
### Fixed
15+
- HTML entity encoding in blog feed titles and summaries (e.g. `'``'`)
16+
817
## [1.2.0] - 2025-12-05
918

1019
### Added
@@ -51,6 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5160
- One-click access to HubSpot Design Manager
5261
- Badge indicator showing active debug parameters
5362
- Settings page with customizable options
54-
- Support for Chrome (Manifest V3) and Firefox (Manifest V2)
63+
- Support for Chrome and Firefox (Manifest V3)
5564
- Dark mode support
5665
- Keyboard shortcuts for toggling debug modes

0 commit comments

Comments
 (0)