Bump version 2.2.10 (#560)

This commit is contained in:
ilike2burnthing 2022-10-22 14:39:18 +01:00 committed by GitHub
parent 197258e921
commit 35c2f09202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v2.2.10 (2022/10/22)
* Detect DDoS-Guard through title content
## v2.2.9 (2022/09/25) ## v2.2.9 (2022/09/25)
* Detect Cloudflare Access Denied * Detect Cloudflare Access Denied

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "flaresolverr", "name": "flaresolverr",
"version": "2.2.9", "version": "2.2.10",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "flaresolverr", "name": "flaresolverr",
"version": "2.2.9", "version": "2.2.10",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "flaresolverr", "name": "flaresolverr",
"version": "2.2.9", "version": "2.2.10",
"description": "Proxy server to bypass Cloudflare protection.", "description": "Proxy server to bypass Cloudflare protection.",
"scripts": { "scripts": {
"install": "node install.js", "install": "node install.js",