diff --git a/CHANGELOG.md b/CHANGELOG.md index a78a43ec..ed693df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.4](https://github.com/ipfs/public-gateway-checker/compare/v1.5.3...v1.5.4) (2023-07-13) + + +### Bug Fixes + +* remove ipfs and ipfs-http-client deps ([#429](https://github.com/ipfs/public-gateway-checker/issues/429)) ([7618207](https://github.com/ipfs/public-gateway-checker/commit/7618207cb806b3106be7791a94ee128415769c7e)) + ## [1.5.3](https://github.com/ipfs/public-gateway-checker/compare/v1.5.2...v1.5.3) (2023-07-13) diff --git a/package-lock.json b/package-lock.json index 7ce379e4..c072b5fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.5.3", + "version": "1.5.4", "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 a4e0c9e2..a1b661aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.5.3", + "version": "1.5.4", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",