diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4fb420..43036aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.5](https://github.com/ipfs/public-gateway-checker/compare/v1.8.4...v1.8.5) (2023-12-21) + + +### Trivial Changes + +* **gateway:** 🗑️ Removing cthd.icu ([#502](https://github.com/ipfs/public-gateway-checker/issues/502)) ([a78066b](https://github.com/ipfs/public-gateway-checker/commit/a78066b22f1a31f0cca7ce78b80962414dbee8d2)) + ## [1.8.4](https://github.com/ipfs/public-gateway-checker/compare/v1.8.3...v1.8.4) (2023-11-22) diff --git a/package-lock.json b/package-lock.json index 45367a6e..fdc1a98a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.8.4", + "version": "1.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.8.4", + "version": "1.8.5", "license": "Apache-2.0 OR MIT", "dependencies": { "@dutu/rate-limiter": "github:dutu/rate-limiter#v1.3.1", diff --git a/package.json b/package.json index ba5f871f..f516182b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.8.4", + "version": "1.8.5", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",