Skip to content

Commit

Permalink
v1.11.0 - Refactor to ES modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mgziminsky committed Jan 26, 2023
1 parent 08878d2 commit 38a5d82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
"html.customData": [
".vscode/html.html-data.json",
],
"licenser.useSingleLineStyle": false,
"licenser.license": "GPLv3",
}
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.11.0
- Refactored project into ES modules
- Options changes are applied without a page reload
- Existing rules won't be replaced by bundled copies in case of network errors
- Fixes and supporting code for marketplace ads

v1.10.4
- Fix ad detection. Handle svg/aria trickery.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extensionName__",
"version": "1.10.4.2",
"version": "1.11.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": { "128": "src/icon.png" },
Expand Down

0 comments on commit 38a5d82

Please sign in to comment.