diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f11a106808..2632a6587403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.9.60 (Oct 27, 2022) + +- Fixed broken hotkeys. +- Improved IP v6 address support. + ## 4.9.59 (Oct 23, 2022) - Fixes a issue where `darkreader-fallback` wasn't removed from the DOM, when Dark Reader finds a `` element. diff --git a/package-lock.json b/package-lock.json index a7f53988ebcf..9ef191a45675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "darkreader", - "version": "4.9.59", + "version": "4.9.60", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "darkreader", - "version": "4.9.59", + "version": "4.9.60", "license": "MIT", "devDependencies": { "@rollup/plugin-node-resolve": "15.0.0", diff --git a/package.json b/package.json index 0dcf24b5e709..250e954d2070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "darkreader", - "version": "4.9.59", + "version": "4.9.60", "description": "Dark mode for every website", "scripts": { "api": "node --max-old-space-size=3072 tasks/build.js --api", diff --git a/src/manifest.json b/src/manifest.json index eaea8c91df41..6e589c9b88b7 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Dark Reader", - "version": "4.9.59", + "version": "4.9.60", "author": "Alexander Shutau", "description": "__MSG_extension_description__", "default_locale": "en",