diff --git a/CHANGELOG.md b/CHANGELOG.md index c74aaa34..d8c22111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.1](https://github.com/ipfs/public-gateway-checker/compare/v1.14.0...v1.14.1) (2024-09-04) + + +### Bug Fixes + +* remove dwt.my.id ([#593](https://github.com/ipfs/public-gateway-checker/issues/593)) ([219dc8e](https://github.com/ipfs/public-gateway-checker/commit/219dc8e5f2d85809c033a148878e8349bac0a1fe)) + ## [1.14.0](https://github.com/ipfs/public-gateway-checker/compare/v1.13.0...v1.14.0) (2024-08-30) diff --git a/package-lock.json b/package-lock.json index ad7ddebb..7ac398a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.14.0", + "version": "1.14.1", "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 8fc727fd..9ba49d93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.14.0", + "version": "1.14.1", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",