Skip to content

Commit

Permalink
4.9.64
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Jun 21, 2023
1 parent 326042c commit 48f7c9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
@@ -1,7 +1,8 @@
## 4.9.64 (TBD)
## 4.9.64 (June 21, 2023)

- Use passive event listeners (#11047)
- Fix System Automation on Firefox (#10237)
- Using passive event listeners (#11047)
- Fixed System Automation on Firefox (#10237)
- Fixed News section.

## 4.9.63 (Apr 10, 2023)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "darkreader",
"version": "4.9.63",
"version": "4.9.64",
"description": "Dark mode for every website",
"scripts": {
"api": "node --max-old-space-size=3072 tasks/cli.js build --api",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Dark Reader",
"version": "4.9.63",
"version": "4.9.64",
"author": "Alexander Shutau",
"description": "__MSG_extension_description__",
"default_locale": "en",
Expand Down

0 comments on commit 48f7c9f

Please sign in to comment.