From a1701a3504dc33d18189fcd273d30ad40b0e4866 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Oct 2025 14:53:36 +0300 Subject: [PATCH] chore(release): 1.7.2 ## [1.7.2](https://github.com/obsqrbtz/goose-highlighter/compare/v1.7.1...v1.7.2) (2025-10-06) ### Bug Fixes * do not create elements, just wrap found words in and add .css styling ([6ba0d2e](https://github.com/obsqrbtz/goose-highlighter/commit/6ba0d2eb7c7346cdca3921a12d300a714439efa5)) --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3284045..eb0acc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.2](https://github.com/obsqrbtz/goose-highlighter/compare/v1.7.1...v1.7.2) (2025-10-06) + + +### Bug Fixes + +* do not create elements, just wrap found words in and add .css styling ([6ba0d2e](https://github.com/obsqrbtz/goose-highlighter/commit/6ba0d2eb7c7346cdca3921a12d300a714439efa5)) + ## [1.7.1](https://github.com/obsqrbtz/goose-highlighter/compare/v1.7.0...v1.7.1) (2025-06-27) diff --git a/manifest.json b/manifest.json index 931b168..feb2eb9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "1.7.1", + "version": "1.7.2", "default_locale": "en", "permissions": [ "scripting",